Fixed debug message.

git-svn-id: http://voip.null.ro/svn/yate@5690 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2013-11-27 14:00:21 +00:00
parent 38b3ae1969
commit e6b54d1e4a
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ void SIPParty::setAddr(const String& addr, int port, bool local)
int& p = local ? m_localPort : m_partyPort;
a = addr;
p = port;
DDebug(DebugAll,"SIPParty updated %s address '%s:%d' [%p]",
DDebug(DebugAll,"SIPParty updated %s address '%s' [%p]",
local ? "local" : "remote",SocketAddr::appendTo(a,p).c_str(),this);
}