[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] stubdom: trivial warning fixup
stubdom: trivial warning fixup Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx> --- a/tools/ioemu/vl.c Sat Apr 05 13:33:26 2008 +0100 +++ b/tools/ioemu/vl.c Sat Apr 05 14:42:47 2008 +0100 @@ -7689,11 +7689,13 @@ bdrv_init(); xc_handle = xc_interface_open(); #ifdef CONFIG_STUBDOM - char *domid_s, *msg; - if ((msg = xenbus_read(XBT_NIL, "domid", &domid_s))) - fprintf(stderr,"Can not read our own domid\n", msg); - else - xenstore_parse_domain_config(atoi(domid_s)); + { + char *domid_s, *msg; + if ((msg = xenbus_read(XBT_NIL, "domid", &domid_s))) + fprintf(stderr,"Can not read our own domid: %s\n", msg); + else + xenstore_parse_domain_config(atoi(domid_s)); + } #else /* CONFIG_STUBDOM */ xenstore_parse_domain_config(domid); #endif /* CONFIG_STUBDOM */ _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |