Don't warn, just print to STDERR with verbosity.
This commit is contained in:
parent
964755c3e3
commit
b85575c625
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ while (my $line = <TEX_FILE>) {
|
|||
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue