subproc: reflow comments
authorRobert Swiecki <robert@swiecki.net>
Thu, 26 Oct 2017 20:57:14 +0000 (22:57 +0200)
committerRobert Swiecki <robert@swiecki.net>
Thu, 26 Oct 2017 20:57:14 +0000 (22:57 +0200)
subproc.c

index 54cd26647bdc22076a894424c2eec2da8e73ed0c..494870a87825c0423eaa19aed9140bce6411577d 100644 (file)
--- a/subproc.c
+++ b/subproc.c
@@ -477,8 +477,7 @@ void subprocRunChild(struct nsjconf_t* nsjconf, int fd_in, int fd_out, int fd_er
                PLOG_E(
                    "clone(flags=%s) failed. You probably need root privileges if your system "
                    "doesn't support CLONE_NEWUSER. Alternatively, you might want to recompile "
-                   "your "
-                   "kernel with support for namespaces or check the setting of the "
+                   "your kernel with support for namespaces or check the setting of the "
                    "kernel.unprivileged_userns_clone sysctl",
                    subprocCloneFlagsToStr(flags));
                close(parent_fd);