diff options
Diffstat (limited to 'log.c')
| -rw-r--r-- | log.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |||
| 31 | 31 | ||
| 32 | #include "log.h" | 32 | #include "log.h" |
| 33 | 33 | ||
| 34 | int log_level = LL_SPEW; | 34 | int log_level = LL_INFO; |
| 35 | 35 | ||
| 36 | void usbmuxd_log(enum loglevel level, const char *fmt, ...) | 36 | void usbmuxd_log(enum loglevel level, const char *fmt, ...) |
| 37 | { | 37 | { |
