diff --git a/hardware/printers/standard/rfc3805/mode/papertray.pm b/hardware/printers/standard/rfc3805/mode/papertray.pm index 77fb9e0b3..0422c36d4 100644 --- a/hardware/printers/standard/rfc3805/mode/papertray.pm +++ b/hardware/printers/standard/rfc3805/mode/papertray.pm @@ -109,7 +109,7 @@ sub run { if (defined($self->{option_results}->{filter_tray}) && $self->{option_results}->{filter_tray} ne '' && $descr !~ /$self->{option_results}->{filter_tray}/) { - $self->{output}->output_add(long_msg => "Skipping tray '$ ': not matching filter."); + $self->{output}->output_add(long_msg => "Skipping tray '$descr': not matching filter."); next; }