diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 9e615e9e74c08debb479a9fe9a6d59564a977b91..dff85fd7d9bca7b5069a2ec5d9124932501e1cb1 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -8167,7 +8167,8 @@ static void *do_monitor(void *data) /* Set driver resources for signalling VMWI */ res2 = ioctl(last->subs[SUB_REAL].dfd, DAHDI_VMWI, res); if (res2) { - ast_log(LOG_DEBUG, "Unable to control message waiting led on channel %d: %s\n", last->channel, strerror(errno)); + /* TODO: This message will ALWAYS be generated on some cards; any way to restrict it to those cards where it is interesting? */ + ast_debug(3, "Unable to control message waiting led on channel %d: %s\n", last->channel, strerror(errno)); } /* This channel has a new voicemail state, * initiate a mechanism to send an MWI message