Unverified Commit 4752343f by 2xsec

start: change log level

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent cb2ce6d0
......@@ -1798,7 +1798,7 @@ static int lxc_spawn(struct lxc_handler *handler)
ret = lxc_netns_set_nsid(handler->nsfd[LXC_NS_NET]);
if (ret < 0)
SYSERROR("Failed to allocate new network namespace id");
SYSWARN("Failed to allocate new network namespace id");
else
TRACE("Allocated new network namespace id");
}
......
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