--- resin-3.0.13.original/bin/wrapper.pl.in 2005-03-21 18:52:25.000000000 +0100 +++ resin-3.0.13/bin/wrapper.pl.in 2005-07-02 14:36:30.000000000 +0200 @@ -420,9 +420,6 @@ $pid=`cat $pid_file`; chop($pid); - if ($cmd eq "stop") { - print("Stopping ${name}\n"); - } kill(15, $pid); unlink($pid_file); } @@ -688,8 +685,6 @@ $date = `date`; chop($date); - print "Resin $name $cmd at $date\n"; - # create a keepalive socket # when the wrapper dies, the httpd class will detect that and # close gracefully