It's convenient to have the OVS version directly in the logs so one
doesn't have to go digging through ovs-bugtool output to find it.
Signed-off-by: Ethan Jackson <ethan@nicira.com>
daemonize_start();
+ VLOG_INFO("%s (Open vSwitch) %s", program_name, VERSION);
+
error = ovsdb_file_open(file_name, false, &db, &file);
if (error) {
ovs_fatal(0, "%s", ovsdb_error_to_string(error));
daemonize_start();
+ VLOG_INFO("%s (Open vSwitch) %s", program_name, VERSION);
+
if (want_mlockall) {
#ifdef HAVE_MLOCKALL
if (mlockall(MCL_CURRENT | MCL_FUTURE)) {