提交 67203f67 编写于 作者: D Daniel Veillard

Silence cppi syntax-check warning

上级 5607db67
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册