mount: merge string line in log
authorRobert Swiecki <robert@swiecki.net>
Thu, 19 Oct 2017 13:58:57 +0000 (15:58 +0200)
committerRobert Swiecki <robert@swiecki.net>
Thu, 19 Oct 2017 13:58:57 +0000 (15:58 +0200)
mount.c

diff --git a/mount.c b/mount.c
index 64e657391b5414e8a6204c80187f6fa334d6de6d..7cce75d2945333dd3be017d7ee2ea7cce8aaf396 100644 (file)
--- a/mount.c
+++ b/mount.c
@@ -200,8 +200,7 @@ static bool mountMount(struct mounts_t* mpt, const char* newroot, const char* tm
                if (errno == EACCES) {
                        PLOG_W("mount('%s') src:'%s' dst:'%s' failed. "
                               "Try fixing this problem by applying 'chmod o+x' to the '%s' "
-                              "directory and "
-                              "its ancestors",
+                              "directory and its ancestors",
                            mountDescribeMountPt(mpt), srcpath, dst, srcpath);
                } else {
                        PLOG_W("mount('%s') src:'%s' dst:'%s' failed", mountDescribeMountPt(mpt),