diff --git a/scripts/send-t-shirts.plx b/scripts/send-t-shirts.plx index c8e6724..4c617a1 100644 --- a/scripts/send-t-shirts.plx +++ b/scripts/send-t-shirts.plx @@ -34,7 +34,7 @@ while (my $line = ) { die "id $id, and/or size $size not defined" unless defined $id and defined $size; $idsSent{$id} = $size; } else { - warn "skipping line $line"; + print STDERR "skipping line $line" if ($VERBOSE >= 2); } }