summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-06-27 23:02:52 +0000
committerMark Spencer <markster@digium.com>2003-06-27 23:02:52 +0000
commitf945ae212211906c00c546bd6cce561dbd252c2b (patch)
treeda6a8c446c46fb6bd6c6dd32ce0bc061ff3bc7ac /channels
parente7a1bdc90c3d819be236cd5a05df021606233a6a (diff)
Minor cleanups
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1126 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_mgcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index b399b8cb7..c6a29e4fd 100755
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -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);
}