This commit is contained in:
Quentin Garnier 2014-04-17 14:49:34 +02:00
parent 1c1d83c6a8
commit d6537ce53f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}