ovsdb-server, ovs-vswitchd: Log version after daemonize_complete().
[sliver-openvswitch.git] / vswitchd / ovs-vswitchd.c
index 3b65178..6062a40 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)) {