Added missing XDebug format.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1571 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2007-12-21 19:42:50 +00:00
parent b0bf1eee63
commit 42d505fa7c
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ bool ADModule::chanAttach(Message& msg)
const char* defModem = lookup(FSKModem::ETSI,FSKModem::s_typeName);
const char* modemType = msg.getValue("modemtype",defModem);
int mType = lookup(modemType,FSKModem::s_typeName);
XDebug(this,DebugAll,"Request to create '%s' %s for '%s' modemtype=",
XDebug(this,DebugAll,"Request to create '%s' %s for '%s' modemtype=%s",
type.c_str(),detect?"detector":"generator",notify,modemType);
if (mType == FSKModem::ETSI)