]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5738 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 28 Aug 2013 18:18:36 +0000 (23:18 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 28 Aug 2013 18:18:41 +0000 (23:18 +0500)
libs/sofia-sip/libsofia-sip-ua/tport/tport_type_ws.c

index 693c14e194aae33bf8404b73886bec8781ddc52e..6d0c750fd46ef86ec5f42e6ebea39974935d7cb7 100644 (file)
@@ -229,7 +229,7 @@ int tport_recv_stream_ws(tport_t *self)
   if (N < 0) {
          err = errno = EHOSTDOWN;
          SU_DEBUG_1(("%s(%p): su_getmsgsize(): %s (%d) N=%ld\n", __func__, (void *)self,
-                                 su_strerror(err), err, N));
+                                 su_strerror(err), err, (long)N));
          return 0;
   }