summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2011-07-04 12:29:42 +0100
committerPete Batard <pete@akeo.ie>2011-07-04 12:29:42 +0100
commit8031a1df35f10d70ab0cdcf00211745d570e31a6 (patch)
tree3366403aec4a1f4acbd4426fb33763ffe2f95b7a
parentca1b312b19ec8a094429ad32384466f1505d4eb9 (diff)
downloadlibusb-8031a1df35f10d70ab0cdcf00211745d570e31a6.tar.gz
[xusb] switched default log level to info
* this is the recommended level to run sample applications
-rw-r--r--examples/xusb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/xusb.c b/examples/xusb.c
index c5eab38..cfa63f7 100644
--- a/examples/xusb.c
+++ b/examples/xusb.c
@@ -787,8 +787,8 @@ int main(int argc, char** argv)
if (r < 0)
return r;
- // Warnings = 2, Debug = 4
- libusb_set_debug(NULL, debug_mode?4:2);
+ // Info = 3, Debug = 4
+ libusb_set_debug(NULL, debug_mode?4:3);
test_device(VID, PID);