From patchwork Fri Nov 27 09:24:22 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Disable DEBUG again in usb-linux.c Date: Thu, 26 Nov 2009 23:24:22 -0000 From: Markus Armbruster X-Patchwork-Id: 39619 Message-Id: To: qemu-devel@nongnu.org DEBUG was enabled accidentally in commit 26a9e82a. Signed-off-by: Markus Armbruster --- 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