]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
start: change log level
author2xsec <dh48.jeong@samsung.com>
Mon, 8 Oct 2018 07:24:53 +0000 (16:24 +0900)
committer2xsec <dh48.jeong@samsung.com>
Mon, 8 Oct 2018 07:24:53 +0000 (16:24 +0900)
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
src/lxc/start.c

index 61a16e86ada83682bcfa9488c5902fc045e42cd7..f0401f5fb23dba5e8ba5172cd9605d88b578a540 100644 (file)
@@ -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");
        }