|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] xc_save: add missing whitespace
Add missing whitespace between the two error strings.
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
---
tools/xcutils/xc_save.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- xen-unstable.hg-4.1.22544.orig/tools/xcutils/xc_save.c
+++ xen-unstable.hg-4.1.22544/tools/xcutils/xc_save.c
@@ -201,7 +201,7 @@ main(int argc, char **argv)
xc_suspend_evtchn_init(si.xch, si.xce, si.domid, port);
if (si.suspend_evtchn < 0)
- warnx("suspend event channel initialization failed"
+ warnx("suspend event channel initialization failed, "
"using slow path");
}
}
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH] xc_save: add missing whitespace,
Olaf Hering <=
|
|
|
|
|