ovsdb-server, ovs-vswitchd: Log version after daemonize_complete().
[openvswitch] / vswitchd / ovs-vswitchd.c
index 3b6517884498b3591a419b6baab609d1c4d06b45..6062a40a63261c44b977ceeca355e1e6920c2b05 100644 (file)
@@ -85,8 +85,6 @@ main(int argc, char *argv[])
 
     daemonize_start();
 
-    VLOG_INFO("%s (Open vSwitch) %s", program_name, VERSION);
-
     if (want_mlockall) {
 #ifdef HAVE_MLOCKALL
         if (mlockall(MCL_CURRENT | MCL_FUTURE)) {