Cahaged some debug level

git-svn-id: http://yate.null.ro/svn/yate/trunk@1264 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2007-04-12 15:16:52 +00:00
parent 7cd1bd0390
commit 1f8b1e9000
1 changed files with 1 additions and 1 deletions

View File

@ -1460,7 +1460,7 @@ void ResNotifyHandler::sendPresence(JabberID& from, JabberID& to,
if (iplugin.m_sendCommandOnNotify) {
if (to.domain().null())
to.domain(iplugin.m_jb->componentServer().c_str());
DDebug(&iplugin,DebugNote,"Sending presence %s from: %s to: %s",
DDebug(&iplugin,DebugAll,"Sending presence %s from: %s to: %s",
String::boolText(available),from.c_str(),to.c_str());
stanza = iplugin.getPresenceCommand(from,to,available);
}