summaryrefslogtreecommitdiff
path: root/channels/chan_features.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_features.c')
-rw-r--r--channels/chan_features.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/channels/chan_features.c b/channels/chan_features.c
index 4b65180a8..3d199c36f 100644
--- a/channels/chan_features.c
+++ b/channels/chan_features.c
@@ -209,8 +209,7 @@ static void swap_subs(struct feature_pvt *p, int a, int b)
int tinthreeway;
struct ast_channel *towner;
- if (option_debug)
- ast_log(LOG_DEBUG, "Swapping %d and %d\n", a, b);
+ ast_debug(1, "Swapping %d and %d\n", a, b);
towner = p->subs[a].owner;
tinthreeway = p->subs[a].inthreeway;