提交 37a91cb0 编写于 作者: D Daniel Veillard

* src/virterror.c: add message as pointed by Jim Meyering

Daniel
上级 49359cfe
Sat Mar 25 11:38:29 CET 2006 Daniel Veillard <veillard@redhat.com>
* src/virterror.c: add message as pointed by Jim Meyering
Fri Mar 24 23:57:56 CET 2006 Daniel Veillard <veillard@redhat.com>
* include/virterror.h: fix typos pointed by Jim Meyering
......
......@@ -437,6 +437,12 @@ __virErrorMsg(virErrorNumber error, const char *info)
else
errmsg = "could not use Xen hypervisor entry %s";
break;
case VIR_ERR_NO_XENSTORE:
if (info == NULL)
errmsg = "could not connect to Xen Store";
else
errmsg = "could not connect to Xen Store %s";
break;
case VIR_ERR_XEN_CALL:
errmsg = "failed Xen syscall %s %d";
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册