The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/5120

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
From 8b7d60c0e44fd0539e059fff9d3ffd9881582176 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brau...@ubuntu.com>
Date: Tue, 9 Oct 2018 12:06:53 +0200
Subject: [PATCH] checkfeature: dial logging down from to debug

Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
---
 lxd/main_checkfeature.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxd/main_checkfeature.go b/lxd/main_checkfeature.go
index b6ca975e4c..6380294a76 100644
--- a/lxd/main_checkfeature.go
+++ b/lxd/main_checkfeature.go
@@ -152,7 +152,7 @@ import "C"
 
 func CanUseNetnsGetifaddrs() bool {
        if !bool(C.is_empty_string(&C.errbuf[0])) {
-               logger.Errorf("%s", C.GoString(&C.errbuf[0]))
+               logger.Debugf("%s", C.GoString(&C.errbuf[0]))
        }
 
        return bool(C.netnsid_aware)
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to