mount: log
authorRobert Swiecki <robert@swiecki.net>
Fri, 10 Feb 2017 01:25:50 +0000 (02:25 +0100)
committerRobert Swiecki <robert@swiecki.net>
Fri, 10 Feb 2017 01:25:50 +0000 (02:25 +0100)
mount.c

diff --git a/mount.c b/mount.c
index 1442a460f6e535651e2b701093f22468a13061cd..9356e42999cfbee9bfcbc0370fe0ff6ad84b3e76 100644 (file)
--- a/mount.c
+++ b/mount.c
@@ -173,7 +173,7 @@ static bool mountInitNsInternal(struct nsjconf_t *nsjconf)
 
        const char *const destdir = "/tmp";
        if (mount(NULL, destdir, "tmpfs", 0, NULL) == -1) {
-               PLOG_E("mount('%s', 'tmpfs'", destdir);
+               PLOG_E("mount('%s', 'tmpfs')", destdir);
                return false;
        }
        char oldrootdir[PATH_MAX];