Index: channels/chan_iax2.c =================================================================== --- channels/chan_iax2.c (revision 189774) +++ channels/chan_iax2.c (working copy) @@ -3472,7 +3472,7 @@ memcpy(&ourprefs, &peer->prefs, sizeof(ourprefs)); /* Move the calling channel's native codec to the top of the preference list */ if (c) { - ast_log(LOG_DEBUG, "prepending %x to prefs\n", c->nativeformats); + ast_debug(1, "prepending %x to prefs\n", c->nativeformats); ast_codec_pref_prepend(&ourprefs, c->nativeformats, 1); } ast_codec_pref_convert(&ourprefs, cai->prefs, sizeof(cai->prefs), 1);