summaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index 29b3506..a70120b 100644
--- a/log.c
+++ b/log.c
@@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "log.h"
-int log_level = LL_SPEW;
+int log_level = LL_INFO;
void usbmuxd_log(enum loglevel level, const char *fmt, ...)
{