mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Eliminate compiler warning due to gettext string with no format args
This commit is contained in:
parent
7327604177
commit
73b9dfeb31
@ -1462,7 +1462,7 @@ cmdManagedSaveRemove(vshControl *ctl, const vshCmd *cmd)
|
||||
|
||||
hassave = virDomainHasManagedSaveImage(dom, 0);
|
||||
if (hassave < 0) {
|
||||
vshError(ctl, _("Failed to check for domain managed save image"));
|
||||
vshError(ctl, "%s", _("Failed to check for domain managed save image"));
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user