vlog: Add a new log level "off".
[openvswitch] / utilities / ovs-vsctl.c
index 4f82d0c54a6157f9ace8686d1a713eb4d8fe2d25..b59d8861ce1e019f3452f3980ff4c69a0673deb2 100644 (file)
@@ -444,7 +444,7 @@ vsctl_fatal(const char *format, ...)
     message = xvasprintf(format, args);
     va_end(args);
 
-    vlog_set_levels(&VLM_vsctl, VLF_CONSOLE, VLL_EMER);
+    vlog_set_levels(&VLM_vsctl, VLF_CONSOLE, VLL_OFF);
     VLOG_ERR("%s", message);
     ovs_error(0, "%s", message);
     vsctl_exit(EXIT_FAILURE);