summaryrefslogtreecommitdiff
path: root/xpp/debug.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-04 17:33:46 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-04 17:33:46 +0000
commit1588ee041e01dc31a75046dcf442da2fdc68ed66 (patch)
treecd5f0859df3d28f7b17bc7629dff3f9574a8e504 /xpp/debug.c
parent91dfb30679d4412323565cb8ea61795c2d78264a (diff)
xpp: reduce the clutter of firmware loading
Make the new XPP tools much less verbose: * demote messages to be debug * Convert multi-line messages to be single-line messages Making xpp_fxloader run in debug mode can be done by setting DEBUG=yes in /etc/dahdi/init.conf Merged revisions 7221 via svnmerge from http://svn.digium.com/svn/dahdi/tools/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.2@7474 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/debug.c')
-rw-r--r--xpp/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/debug.c b/xpp/debug.c
index f188a2d..b8d3a70 100644
--- a/xpp/debug.c
+++ b/xpp/debug.c
@@ -26,7 +26,7 @@
#include <syslog.h>
#include "debug.h"
-int verbose = LOG_DEBUG;
+int verbose = LOG_INFO;
int debug_mask = 0;
void log_function(int level, int mask, const char *msg, ...)