ovs-ofctl: Demote common log messages from INFO to DBG level.
[openvswitch] / utilities / ovs-vsctl.c
index 56cb7450d08ee0fd71ecc764c057ec5dc72e0d2c..477bdb0c17ac2b4d62e3e3e10f5bfa4a8c181106 100644 (file)
@@ -531,7 +531,7 @@ default_db(void)
 {
     static char *def;
     if (!def) {
-        def = xasprintf("unix:%s/db.sock", ovs_rundir);
+        def = xasprintf("unix:%s/db.sock", ovs_rundir());
     }
     return def;
 }