summaryrefslogtreecommitdiff
path: root/res/res_fax_spandsp.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2010-05-21 15:15:58 +0000
committerMark Michelson <mmichelson@digium.com>2010-05-21 15:15:58 +0000
commit0a63e3fa10d25273e5cc658c88a0dc54c93d4e7d (patch)
tree37c899cf6cf183ae2d3609da82fba035ebfb7ff3 /res/res_fax_spandsp.c
parentfe9c31517149e54c3dbc9bc082fbe385ea092f23 (diff)
Log spandsp's fax debug output to the FAX logger level.
Review: https://reviewboard.asterisk.org/r/658 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@264953 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_fax_spandsp.c')
-rw-r--r--res/res_fax_spandsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_fax_spandsp.c b/res/res_fax_spandsp.c
index d29cf7902..3faf72267 100644
--- a/res/res_fax_spandsp.c
+++ b/res/res_fax_spandsp.c
@@ -366,7 +366,7 @@ static void spandsp_log(int level, const char *msg)
} else if (level == SPAN_LOG_WARNING) {
ast_log(LOG_WARNING, "%s", msg);
} else {
- ast_log(LOG_DEBUG, "%s", msg);
+ ast_fax_log(LOG_DEBUG, msg);
}
}