mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 14:57:42 +00:00
qemu: domain: Add missing newline to last element in status XML formatter
Commit f9758109a7
did not put a newline after the element it added.
This commit is contained in:
parent
3801879750
commit
0ca7f8b5f5
@ -1886,7 +1886,7 @@ qemuDomainObjPrivateXMLFormat(virBufferPtr buf,
|
|||||||
virCPUDefFormatBufFull(buf, priv->origCPU, NULL, false);
|
virCPUDefFormatBufFull(buf, priv->origCPU, NULL, false);
|
||||||
|
|
||||||
if (priv->chardevStdioLogd)
|
if (priv->chardevStdioLogd)
|
||||||
virBufferAddLit(buf, "<chardevStdioLogd/>");
|
virBufferAddLit(buf, "<chardevStdioLogd/>\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user