[lxc-devel] [lxc/master] start: change log level

2xsec on Github lxc-bot at linuxcontainers.org
Mon Oct 8 07:27:18 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 519 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20181008/0f43ae40/attachment.bin>
-------------- next part --------------
From 4752343f8286b1ba6135847a70fb254fc3362241 Mon Sep 17 00:00:00 2001
From: 2xsec <dh48.jeong at samsung.com>
Date: Mon, 8 Oct 2018 16:24:53 +0900
Subject: [PATCH] start: change log level

Signed-off-by: 2xsec <dh48.jeong at samsung.com>
---
 src/lxc/start.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/start.c b/src/lxc/start.c
index 61a16e86a..f0401f5fb 100644
--- a/src/lxc/start.c
+++ b/src/lxc/start.c
@@ -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");
 	}


More information about the lxc-devel mailing list