mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +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);
|
||||
|
||||
if (priv->chardevStdioLogd)
|
||||
virBufferAddLit(buf, "<chardevStdioLogd/>");
|
||||
virBufferAddLit(buf, "<chardevStdioLogd/>\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user