diff mbox

Disable DEBUG again in usb-linux.c

Message ID m3y6lsgw1l.fsf@crossbow.pond.sub.org
State New
Headers show

Commit Message

Markus Armbruster Nov. 27, 2009, 9:24 a.m. UTC
DEBUG was enabled accidentally in commit 26a9e82a.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---

Comments

Markus Armbruster Nov. 27, 2009, 12:05 p.m. UTC | #1
Ignore this one; I found a few more bugs, patch in the works.
diff mbox

Patch

diff --git a/usb-linux.c b/usb-linux.c
index 96f9a27..ea2a807 100644
--- a/usb-linux.c
+++ b/usb-linux.c
@@ -65,7 +65,7 @@  typedef int USBScanFunc(void *opaque, int bus_num, int addr, int class_id,
                         int vendor_id, int product_id,
                         const char *product_name, int speed);
 
-#define DEBUG
+//#define DEBUG
 
 #ifdef DEBUG
 #define dprintf printf