From 228617736a94440fc952384cb4fc69a38d398e41 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 23 Jul 2008 14:47:37 -0700 Subject: [PATCH] Don't log messages to the console by default in Debian package. --- debian/openflow-switch.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openflow-switch.init b/debian/openflow-switch.init index 2d0ff60f..0c8a8688 100755 --- a/debian/openflow-switch.init +++ b/debian/openflow-switch.init @@ -209,7 +209,7 @@ case "$1" in echo -n "Starting $DESC: " start-stop-daemon --start --quiet --pidfile $PIDFILE \ --exec $DAEMON -- nl:0 $CONTROLLER --detach --pidfile=$PIDFILE \ - $DAEMON_OPTS $SSL_OPTS + --verbose=ANY:console:emer $DAEMON_OPTS $SSL_OPTS if running; then echo "$NAME." else -- 2.30.2