Fixed a debug mode warning.

git-svn-id: http://voip.null.ro/svn/yate@3200 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-04-16 14:11:40 +00:00
parent 0cc5bd1910
commit 6234eed1a7
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ SignallingComponent* WpInterface::create(const String& type, const NamedList& na
}
config->copyParams(name);
if(!cfg.save())
DDebug(&driver,DebugAll,"Failed to save configuration in file %s ",module);
DDebug(&driver,DebugAll,"Failed to save configuration in file %s ",cfg.c_str());
}
else if (!config){
DDebug(&driver,DebugAll,"No section '%s' in configuration",c_safe(sectName));