debian: Remove extra space in switch init script.
authorJustin Pettit <jpettit@nicira.com>
Sat, 29 Jan 2011 02:51:31 +0000 (18:51 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 29 Jan 2011 02:51:31 +0000 (18:51 -0800)
debian/openvswitch-switch.init

index 935ea48..7361bf6 100755 (executable)
@@ -327,7 +327,7 @@ case "$1" in
             if running $daemon;  then
                 echo "running"
             else
-                echo " not running."
+                echo "not running."
                 exit 1
             fi
         done