mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Eliminate compiler warning due to gettext string with no format args
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user