FS-5738 --resolve

This commit is contained in:
Anthony Minessale 2013-08-28 23:18:36 +05:00
parent 580f8c21e7
commit b5ac54ecca
1 changed files with 1 additions and 1 deletions

View 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;
}