From: Daniel Veillard Date: Fri, 26 Mar 2010 16:00:50 +0000 (+0100) Subject: Silence cppi syntax-check warning X-Git-Tag: v0.8.0~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67203f67802a84d540f8d2875d7b75f9456240db;p=thirdparty%2Flibvirt.git Silence cppi syntax-check warning --- diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c index 2877a00135..64779ac62c 100644 --- a/src/qemu/qemu_monitor.c +++ b/src/qemu/qemu_monitor.c @@ -304,15 +304,15 @@ qemuMonitorIOProcess(qemuMonitorPtr mon) msg = mon->msg; #if DEBUG_IO -#if DEBUG_RAW_IO +# if DEBUG_RAW_IO char *str1 = qemuMonitorEscapeNonPrintable(msg ? msg->txBuffer : ""); char *str2 = qemuMonitorEscapeNonPrintable(mon->buffer); VIR_ERROR("Process %d %p %p [[[[%s]]][[[%s]]]", (int)mon->bufferOffset, mon->msg, msg, str1, str2); VIR_FREE(str1); VIR_FREE(str2); -#else +# else VIR_DEBUG("Process %d", (int)mon->bufferOffset); -#endif +# endif #endif if (mon->json)