userspace: Log version on startup.
[sliver-openvswitch.git] / vswitchd / ovs-vswitchd.c
index 6062a40..3b65178 100644 (file)
@@ -85,6 +85,8 @@ 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)) {