mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
conf: Add missing apostrophe to error message
Signed-off-by: Luyao Huang <lhuang@redhat.com>
This commit is contained in:
parent
3edbfc882a
commit
225f7bf75c
@ -16646,7 +16646,7 @@ virDomainDefCheckABIStability(virDomainDefPtr src,
|
||||
|
||||
if (src->mem.memory_slots != dst->mem.memory_slots) {
|
||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
|
||||
_("Target domain memory slots count '%u' doesn't match source '%u"),
|
||||
_("Target domain memory slots count '%u' doesn't match source '%u'"),
|
||||
dst->mem.memory_slots, src->mem.memory_slots);
|
||||
goto error;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user