--- trunk/run.pl 2007/10/31 12:14:03 936 +++ trunk/run.pl 2007/10/31 13:31:12 941 @@ -514,7 +514,7 @@ if ( $out->can('input') ) { $out->input( $input_name ); } else { - $log->warn("output filter $out doesn't support input name"); + $log->warn("output filter ",ref($out)," doesn't support input name"); } }