From e6b54d1e4a38b2c909cea380f51196abe9656892 Mon Sep 17 00:00:00 2001 From: marian Date: Wed, 27 Nov 2013 14:00:21 +0000 Subject: [PATCH] Fixed debug message. git-svn-id: http://voip.null.ro/svn/yate@5690 acf43c95-373e-0410-b603-e72c3f656dc1 --- libs/ysip/engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ysip/engine.cpp b/libs/ysip/engine.cpp index 39acc99d..bebf6073 100644 --- a/libs/ysip/engine.cpp +++ b/libs/ysip/engine.cpp @@ -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); }