[libvirt] [PATCH] Don't warn about nonexisting connection drivers

Jovanka Gulicoska jovanka.gulicoska at gmail.com
Thu Mar 17 19:02:20 UTC 2016


---
 src/driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/driver.c b/src/driver.c
index 2985538..1514a3b 100644
--- a/src/driver.c
+++ b/src/driver.c
@@ -62,7 +62,7 @@ virDriverLoadModule(const char *name)
         return NULL;
 
     if (access(modfile, R_OK) < 0) {
-        VIR_WARN("Module %s not accessible", modfile);
+        VIR_INFO("Module %s not accessible", modfile);
         goto cleanup;
     }
 
-- 
2.5.0




More information about the libvir-list mailing list