From b7e6d89aa23372a6a6d647bf6d3bfe3192e4c519 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 29 Apr 2005 17:00:33 +0000 Subject: don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5533 f38db490-d61c-443f-a65b-d21fe96a405b --- channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channel.c') diff --git a/channel.c b/channel.c index 5eb680d02..4e9b9320a 100755 --- a/channel.c +++ b/channel.c @@ -854,7 +854,7 @@ int ast_hangup(struct ast_channel *chan) manager_event(EVENT_FLAG_CALL, "Hangup", "Channel: %s\r\n" "Uniqueid: %s\r\n" - "Cause: %i\r\n", + "Cause: %d\r\n", chan->name, chan->uniqueid, chan->hangupcause); ast_channel_free(chan); return res; -- cgit v1.2.3