[Freeswitch-svn] [commit] r10823 - in freeswitch/trunk/libs/sofia-sip: . libsofia-sip-ua/tport
FreeSWITCH SVN
mikej at freeswitch.org
Tue Dec 16 12:22:09 PST 2008
Author: mikej
Date: Tue Dec 16 15:22:09 2008
New Revision: 10823
Log:
Wed Nov 26 12:38:03 CST 2008 Pekka Pessi <first.last at nokia.com>
* tport.c: log real transport name by tport_vsend()
Modified:
freeswitch/trunk/libs/sofia-sip/.update
freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/tport/tport.c
Modified: freeswitch/trunk/libs/sofia-sip/.update
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/.update (original)
+++ freeswitch/trunk/libs/sofia-sip/.update Tue Dec 16 15:22:09 2008
@@ -1 +1 @@
-Tue Dec 16 14:15:24 CST 2008
+Tue Dec 16 14:21:26 CST 2008
Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/tport/tport.c
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/tport/tport.c (original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/tport/tport.c Tue Dec 16 15:22:09 2008
@@ -3490,10 +3490,10 @@
if (tpn == NULL || tport_is_connection_oriented(self))
tpn = self->tp_name;
-
- SU_DEBUG_7(("%s(%p): "MOD_ZU" bytes of "MOD_ZU" to %s/%s:%s%s\n",
- "tport_vsend", (void *)self, n, m, tpn->tpn_proto, tpn->tpn_host,
- tpn->tpn_port,
+
+ SU_DEBUG_7(("%s(%p): "MOD_ZU" bytes of "MOD_ZU" to %s/%s:%s%s\n",
+ "tport_vsend", (void *)self, n, m,
+ self->tp_name->tpn_proto, tpn->tpn_host, tpn->tpn_port,
(ai->ai_flags & TP_AI_COMPRESSED) ? ";comp=sigcomp" : ""));
}
More information about the Freeswitch-svn
mailing list