fix log message on sending tport ping over ws to log error in failure cases

This commit is contained in:
Michael Jerris 2014-05-01 14:20:27 -04:00
parent 64f1098b8c
commit 906467b360
1 changed files with 0 additions and 2 deletions

View File

@ -543,8 +543,6 @@ int tport_ws_ping(tport_t *self, su_time_t now)
tport_error_report(self, error, NULL); tport_error_report(self, error, NULL);
else else
why = " blocking"; why = " blocking";
return -1;
} }
SU_DEBUG_7(("%s(%p): %s to " TPN_FORMAT "%s\n", SU_DEBUG_7(("%s(%p): %s to " TPN_FORMAT "%s\n",