提交 d17101e0 编写于 作者: P Peter Krempa 提交者: Jiri Denemark

qemu: error message should show uri instead of (null)

Fix pointer for error message uri if domain migration fails.

BZ# 730244
上级 32617617
......@@ -2104,7 +2104,7 @@ static int doPeer2PeerMigrate(struct qemud_driver *driver,
qemuDomainObjExitRemoteWithDriver(driver, vm);
if (dconn == NULL) {
qemuReportError(VIR_ERR_OPERATION_FAILED,
_("Failed to connect to remote libvirt URI %s"), uri);
_("Failed to connect to remote libvirt URI %s"), dconnuri);
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册