diff options
-rw-r--r-- | logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
index : external_dhcpcd.git | ||
external dhcpcd |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | logger.c | 2 |
@@ -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 |