aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2010-12-16 18:25:33 +0000
committerOlaf Hering <olaf@aepfle.de>2010-12-16 18:25:33 +0000
commitd4700445c1b02a9d9e2ad8806445c5dffb4e2c53 (patch)
tree8c83cb3941c8206003aee101b8a221081618a68b /tools/xcutils
parentca80bbc61a2b521dc654b1475b2cc870acc29b3f (diff)
downloadxen-d4700445c1b02a9d9e2ad8806445c5dffb4e2c53.tar.gz
xen-d4700445c1b02a9d9e2ad8806445c5dffb4e2c53.tar.bz2
xen-d4700445c1b02a9d9e2ad8806445c5dffb4e2c53.zip
tools/xcutils: xc_save: add missing whitespace
Add missing whitespace between the two error strings. Signed-off-by: Olaf Hering <olaf@aepfle.de>
Diffstat (limited to 'tools/xcutils')
-rw-r--r--tools/xcutils/xc_save.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xcutils/xc_save.c b/tools/xcutils/xc_save.c
index 4ae7e4cf9c..59380c4dbb 100644
--- a/tools/xcutils/xc_save.c
+++ b/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");
}
}