fix log message on sending tport ping over ws to log error in failure cases
This commit is contained in:
parent
64f1098b8c
commit
906467b360
|
@ -543,8 +543,6 @@ int tport_ws_ping(tport_t *self, su_time_t now)
|
|||
tport_error_report(self, error, NULL);
|
||||
else
|
||||
why = " blocking";
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
SU_DEBUG_7(("%s(%p): %s to " TPN_FORMAT "%s\n",
|
||||
|
|
Loading…
Reference in New Issue