replaced a 'say' with 'print'

This commit is contained in:
Dima Kogan 2015-10-31 16:20:52 -07:00
parent 0c32afacfd
commit 605158b391

View File

@ -384,7 +384,7 @@ sub interpretCommandline
{
if( $options{xlen} - int($options{xlen}) )
{
say STDERR "When streaming --xlen MUST be an integer. Rounding up to the nearest second";
print STDERR "When streaming --xlen MUST be an integer. Rounding up to the nearest second\n";
$options{xlen} = 1 + int($options{xlen});
}
}