提交 c56cf8d5 编写于 作者: C Cole Robinson

remote: Improve error message when libvirtd isn't running

While this could lead people in the wrong direction, people most commonly
hit this error when libvirtd isn't running, so let's mention a possible
fix.
上级 8ddff3e6
......@@ -724,8 +724,8 @@ doRemoteOpen (virConnectPtr conn,
}
}
virReportSystemError(errno,
_("unable to connect to '%s'"),
sockname);
_("unable to connect to '%s', libvirtd may need to be started"),
sockname);
goto failed;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册