This log message is annoying and of questionable usefulness.

Signed-off-by: Ethan Jackson <et...@nicira.com>
---
 vswitchd/xenserver.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vswitchd/xenserver.c b/vswitchd/xenserver.c
index 1f29daf..7427e4c 100644
--- a/vswitchd/xenserver.c
+++ b/vswitchd/xenserver.c
@@ -36,7 +36,7 @@ read_host_uuid(void)
     file = fopen(filename, "r");
     if (!file) {
         if (errno == ENOENT) {
-            VLOG_INFO("not running on a XenServer");
+            VLOG_DBG("not running on a XenServer");
         } else {
             VLOG_INFO("%s: open: %s", filename, strerror(errno));
         }
-- 
1.7.9.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to