diff --git a/bin/feedgnuplot b/bin/feedgnuplot index b95ae77..c234ae3 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -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}); } }