aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/logger.c b/logger.c
index 677228c..1ef423c 100644
--- a/logger.c
+++ b/logger.c
@@ -39,7 +39,7 @@
#include <android/log.h>
#endif
-static int loglevel = LOG_ERR;
+static int loglevel = LOG_INFO;
static char logprefix[12] = {0};
void