X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fovs-vswitchd.c;h=6062a40a63261c44b977ceeca355e1e6920c2b05;hb=9dbc190c816b51dad3ca80bb9fb3835769758781;hp=3b6517884498b3591a419b6baab609d1c4d06b45;hpb=1ec3db6fd8cff83555ba496c32324ab78731b6c1;p=openvswitch diff --git a/vswitchd/ovs-vswitchd.c b/vswitchd/ovs-vswitchd.c index 3b651788..6062a40a 100644 --- a/vswitchd/ovs-vswitchd.c +++ b/vswitchd/ovs-vswitchd.c @@ -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)) {