提交 73b9dfeb 编写于 作者: L Laine Stump

Eliminate compiler warning due to gettext string with no format args

上级 73276041
...@@ -1462,7 +1462,7 @@ cmdManagedSaveRemove(vshControl *ctl, const vshCmd *cmd) ...@@ -1462,7 +1462,7 @@ cmdManagedSaveRemove(vshControl *ctl, const vshCmd *cmd)
hassave = virDomainHasManagedSaveImage(dom, 0); hassave = virDomainHasManagedSaveImage(dom, 0);
if (hassave < 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; goto cleanup;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册