From dbf6055b33f2c9442f8436926082d4deb3540e8f Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Mon, 2 May 2011 13:34:26 +0200 Subject: emulator: qemud: shut-up debug messages. This change is already under development/tools/emulator/system/qemud/qemud.c However, this sdk/.../qemud.c source file was first deleted, then reverted, with the change in between. So apply it here too. Change-Id: Ib79e0e7260c392fb886b39ff5494837e045cdf1a --- emulator/qemud/qemud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulator/qemud') diff --git a/emulator/qemud/qemud.c b/emulator/qemud/qemud.c index e1c7b54..dc04de8 100644 --- a/emulator/qemud/qemud.c +++ b/emulator/qemud/qemud.c @@ -81,7 +81,7 @@ /* name of the single control socket used by the daemon */ #define CONTROL_SOCKET_NAME "qemud" -#define DEBUG 1 +#define DEBUG 0 #define T_ACTIVE 0 /* set to 1 to dump traffic */ #if DEBUG -- cgit v1.1