From b42fbc09c32eef84be405ced6188badb2d24431f Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Sun, 4 Jun 2006 18:55:16 +0000 Subject: - 5 is the highest used debug level, so let's stay there - Change formatting of RTP debug to align better git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32088 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channel.c') diff --git a/channel.c b/channel.c index f5e9a89d7..e8f309eb1 100644 --- a/channel.c +++ b/channel.c @@ -2097,7 +2097,7 @@ done: int ast_internal_timing_enabled(struct ast_channel *chan) { int ret = ast_opt_internal_timing && chan->timingfd > -1; - if (option_debug > 20) + if (option_debug > 4) ast_log(LOG_DEBUG, "Internal timing is %s (option_internal_timing=%d chan->timingfd=%d)\n", ret? "enabled": "disabled", ast_opt_internal_timing, chan->timingfd); return ret; } -- cgit v1.2.3