commit | 5e6adfd35a7971c004823fc92790301352c59e2c | [log] [tgz] |
---|---|---|
author | Nikias Bassen <nikias@gmx.li> | Tue Sep 17 14:58:57 2013 +0200 |
committer | Nikias Bassen <nikias@gmx.li> | Tue Sep 17 14:58:57 2013 +0200 |
tree | 58341eabba50281391ee8789e3cc0ca42c359e83 | |
parent | 4d717ca60d03eaaf34843015e78eb1cf49fecbbb [diff] |
disable debug output by default
diff --git a/src/libusbmuxd.c b/src/libusbmuxd.c index 6883cee..73cf4e3 100644 --- a/src/libusbmuxd.c +++ b/src/libusbmuxd.c
@@ -74,7 +74,7 @@ // misc utility functions #include "collection.h" -static int libusbmuxd_debug = 2; +static int libusbmuxd_debug = 0; #define DEBUG(x, y, ...) if (x <= libusbmuxd_debug) fprintf(stderr, (y), __VA_ARGS__); static struct collection devices;