aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-27 16:16:16 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-27 16:16:16 +0000
commitcc0f1c9b7836192084fd168d5742250c33aa306b (patch)
tree31f2aa8b16ee407e4a2e1fd9c997a730be965e38 /codecs
parent6dfd2d5b4481a1188b56c1044fcece8e1896bf7d (diff)
This transcoder message needn't be a NOTICE.
I've seen it cause confusion more than a few times. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@62173 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/codec_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/codec_zap.c b/codecs/codec_zap.c
index 0d59381a5..749e07728 100644
--- a/codecs/codec_zap.c
+++ b/codecs/codec_zap.c
@@ -837,7 +837,7 @@ static int find_transcoders(void)
info.op = ZT_TCOP_GETINFO;
if ((fd = open("/dev/zap/transcode", O_RDWR)) < 0) {
- ast_log(LOG_NOTICE, "No Zaptel transcoder support!\n");
+ ast_log(LOG_DEBUG, "No Zaptel transcoder support!\n");
return 0;
}