Fixed debug message.

git-svn-id: http://yate.null.ro/svn/yate/trunk@5253 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2012-09-05 14:12:26 +00:00
parent 6ee5e5825f
commit 64e3c4b224
1 changed files with 1 additions and 1 deletions

View File

@ -5643,7 +5643,7 @@ bool DefaultLogic::callStart(NamedList& params, Window* wnd, const String& cmd)
else if (!valid) {
showError(wnd,"Incorrect number");
Debug(ClientDriver::self(),DebugNote,
"Failed to call: invalid gmail number '%s'",params.getValue("target"));
"Failed to call: invalid number '%s'",params.getValue("target"));
return false;
}
}