mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 19:16:46 +00:00
res_pjsip_transport_management: Convert time in log message to seconds.
ASTERISK-26375 #close Change-Id: I46496af5cae41413e76d44d2068a7431279f09dc
This commit is contained in:
@@ -134,7 +134,7 @@ static int idle_sched_cb(const void *data)
|
|||||||
|
|
||||||
if (!keepalive->sip_received) {
|
if (!keepalive->sip_received) {
|
||||||
ast_log(LOG_NOTICE, "Shutting down transport '%s' since no request was received in %d seconds\n",
|
ast_log(LOG_NOTICE, "Shutting down transport '%s' since no request was received in %d seconds\n",
|
||||||
keepalive->transport->info, IDLE_TIMEOUT);
|
keepalive->transport->info, IDLE_TIMEOUT / 1000);
|
||||||
pjsip_transport_shutdown(keepalive->transport);
|
pjsip_transport_shutdown(keepalive->transport);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user