Conditionally compile debug message.

git-svn-id: http://yate.null.ro/svn/yate/trunk@4027 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2011-01-17 11:27:27 +00:00
parent 706983d490
commit 749c88cf0e
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ void WidgetList::applyDelItemProps(QObject* obj)
NamedString* ns = m_delItemProps.getParam(i);
if (!ns)
continue;
Debug(ClientDriver::self(),DebugAll,
DDebug(ClientDriver::self(),DebugAll,
"WidgetList(%s)::applyDelItemProps() %s=%s",
name().c_str(),ns->name().c_str(),ns->c_str());
QtClient::setProperty(obj,ns->name(),*ns);