mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Minor cleanups
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1126 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -399,7 +399,7 @@ static int mgcp_postrequest(struct mgcp_subchannel *sub, unsigned char *data, in
|
||||
}
|
||||
time(&t);
|
||||
if (sub->messagepending && (sub->lastouttime + 20 < t)) {
|
||||
ast_log(LOG_NOTICE, "Timeout waiting for response to message:%d, lastouttime: %d, now: %d. Dumping pending queue\n",
|
||||
ast_log(LOG_NOTICE, "Timeout waiting for response to message:%d, lastouttime: %ld, now: %ld. Dumping pending queue\n",
|
||||
sub->msgs ? sub->msgs->seqno : -1, sub->lastouttime, t);
|
||||
dump_queue(sub->parent);
|
||||
}
|
||||
|
Reference in New Issue
Block a user