Fixed debug parameter bug.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3550 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2010-08-27 13:09:06 +00:00
parent 22ff507404
commit c09287d1b6
1 changed files with 1 additions and 1 deletions

View File

@ -4934,7 +4934,7 @@ bool SS7ISUP::handleCicBlockCommand(const NamedList& p, bool block)
}
if (count > 32) {
Debug(this,DebugNote,"Circuit group '%s': too many circuits %u (max=32)",
p.getValue("operation"),param->c_str(),count);
p.getValue("operation"),count);
delete[] cics;
return false;
}