qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Disable DEBUG again in usb-linux.c


From: Markus Armbruster
Subject: [Qemu-devel] Disable DEBUG again in usb-linux.c
Date: Fri, 27 Nov 2009 10:24:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

DEBUG was enabled accidentally in commit 26a9e82a.

Signed-off-by: Markus Armbruster <address@hidden>
---

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]