提交 0ca7f8b5 编写于 作者: P Peter Krempa

qemu: domain: Add missing newline to last element in status XML formatter

Commit f9758109 did not put a newline after the element it added.
上级 38018797
......@@ -1886,7 +1886,7 @@ qemuDomainObjPrivateXMLFormat(virBufferPtr buf,
virCPUDefFormatBufFull(buf, priv->origCPU, NULL, false);
if (priv->chardevStdioLogd)
virBufferAddLit(buf, "<chardevStdioLogd/>");
virBufferAddLit(buf, "<chardevStdioLogd/>\n");
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册