xenserver: Report correct daemon names at startup in /etc/init.d/openvswitch.
authorBen Pfaff <blp@nicira.com>
Tue, 27 Apr 2010 16:36:30 +0000 (09:36 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 27 Apr 2010 16:36:30 +0000 (09:36 -0700)
Reported-by: Justin Pettit <jpettit@nicira.com>
xenserver/etc_init.d_openvswitch

index 24d8226..bf4dd6c 100755 (executable)
@@ -216,7 +216,7 @@ function start_daemon {
         action "Starting `basename $BINARY`" "$@"
     else
         # Start in background and force a "success" message
-        action "Starting ovs-vswitchd with $mode debugging" true
+        action "Starting `basename $BINARY` with $mode debugging" true
         ("$@") &
     fi
 }