提交 ead3c434 编写于 作者: O Osier Yang 提交者: Matthias Bolte

qemu: Fix typo in qemuTeardownDiskPathDeny

typo in error message, it should be by copy-a-paste
from "qemuSetupDiskPathAllow".

* src/qemu/qemu_driver.c (qemuTeardownDiskPathDeny)
上级 428ea3a6
...@@ -3407,7 +3407,7 @@ static int qemuTeardownDiskPathDeny(virDomainDiskDefPtr disk ATTRIBUTE_UNUSED, ...@@ -3407,7 +3407,7 @@ static int qemuTeardownDiskPathDeny(virDomainDiskDefPtr disk ATTRIBUTE_UNUSED,
VIR_DEBUG("Ignoring EACCES for %s", path); VIR_DEBUG("Ignoring EACCES for %s", path);
} else { } else {
virReportSystemError(-rc, virReportSystemError(-rc,
_("Unable to allow access for disk path %s"), _("Unable to deny access for disk path %s"),
path); path);
return -1; return -1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册