Commit 3283db09 by Serge Hallyn Committed by Daniel Lezcano

lxc-init: use INFO when failed to mount /dev/shm

parent d1458ac8
......@@ -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 :) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment