mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* src/virterror.c: add message as pointed by Jim Meyering
Daniel
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user