]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-init: use INFO when failed to mount /dev/shm
authorSerge Hallyn <serge.hallyn@canonical.com>
Thu, 9 Feb 2012 17:06:31 +0000 (11:06 -0600)
committerDaniel Lezcano <daniel.lezcano@free.fr>
Sun, 26 Feb 2012 09:44:40 +0000 (10:44 +0100)
Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/utils.c

index d96914bc539eb9191537e737312ab79d45c5c3e0..52a463d150038fc04899393ff26a39f7c4f05070 100644 (file)
@@ -133,7 +133,7 @@ extern int lxc_setup_fs(void)
 
        /* if we can't mount /dev/shm, continue anyway */
        if (mount_fs("shmfs", "/dev/shm", "tmpfs"))
-               DEBUG("failed to mount /dev/shm");
+               INFO("failed to mount /dev/shm");
 
        /* If we were able to mount /dev/shm, then /dev exists */
        /* Sure, but it's read-only per config :) */