From 902b16bdda2d19ab3bbda20244b25cf0bfba2b1f Mon Sep 17 00:00:00 2001 From: Automerge Script Date: Thu, 8 Mar 2007 17:06:27 +0000 Subject: [PATCH] automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@58432 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- dsp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dsp.c b/dsp.c index f23f45b6a9..c86354f363 100644 --- a/dsp.c +++ b/dsp.c @@ -1292,8 +1292,10 @@ int ast_dsp_busydetect(struct ast_dsp *dsp) } #endif #if 1 +#ifndef BUSYDETECT_TONEONLY if (res) ast_log(LOG_DEBUG, "ast_dsp_busydetect detected busy, avgtone: %d, avgsilence %d\n", avgtone, avgsilence); +#endif #endif return res; } -- 2.47.2