Skip to content
Snippets Groups Projects
Commit 95cf4f8d authored by zuul's avatar zuul Committed by Gerrit Code Review
Browse files

Merge "res_pjsip_transport_management: Convert time in log message to seconds."

parents 544fe738 5f54ac3a
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ static int idle_sched_cb(const void *data)
if (!keepalive->sip_received) {
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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment