summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2008-12-12 19:16:32 +0000
committerSteve Murphy <murf@digium.com>2008-12-12 19:16:32 +0000
commit0692660afc841d55463953ca7c6be3b9e8c67bea (patch)
tree56f78f160538cf445ee4f08d62004781a8bb1211 /channels
parent90e65dc7d3eda56c63d3ac949123a578beef49f2 (diff)
demote always-appearing debug message (for certain boards) to ast_debug lev 3 msg instead
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@163675 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_dahdi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 9e615e9e7..dff85fd7d 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