From 80bc0ef7fae7e957a2acaa5810f9464527a152c7 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Sun, 24 Sep 2006 00:48:18 +0000 Subject: [PATCH] Fix wrapper prefix so error messages say chroot-sh: x. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2328 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- src/chroot-sh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chroot-sh.c b/src/chroot-sh.c index b26eb93..addb0f9 100644 --- a/src/chroot-sh.c +++ b/src/chroot-sh.c @@ -28,7 +28,7 @@ #include #include -#define ENSC_WRAPPERS_PREFIX "chroot-sh" +#define ENSC_WRAPPERS_PREFIX "chroot-sh: " #define ENSC_WRAPPERS_UNISTD 1 #define ENSC_WRAPPERS_IO 1 #define ENSC_WRAPPERS_FCNTL 1 -- 1.8.1.5