* [Qemu-devel] Disable DEBUG again in usb-linux.c
@ 2009-11-27 9:24 Markus Armbruster
2009-11-27 12:05 ` [Qemu-devel] " Markus Armbruster
0 siblings, 1 reply; 2+ messages in thread
From: Markus Armbruster @ 2009-11-27 9:24 UTC (permalink / raw)
To: qemu-devel
DEBUG was enabled accidentally in commit 26a9e82a.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Qemu-devel] Re: Disable DEBUG again in usb-linux.c
2009-11-27 9:24 [Qemu-devel] Disable DEBUG again in usb-linux.c Markus Armbruster
@ 2009-11-27 12:05 ` Markus Armbruster
0 siblings, 0 replies; 2+ messages in thread
From: Markus Armbruster @ 2009-11-27 12:05 UTC (permalink / raw)
To: qemu-devel
Ignore this one; I found a few more bugs, patch in the works.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-27 12:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-27 9:24 [Qemu-devel] Disable DEBUG again in usb-linux.c Markus Armbruster
2009-11-27 12:05 ` [Qemu-devel] " Markus Armbruster
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.