aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lxc/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxc/utils.c b/src/lxc/utils.c
index d96914b..52a463d 100644
--- a/src/lxc/utils.c
+++ b/src/lxc/utils.c
@@ -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 :) */