mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
output debugging messages to stderr, not stdout
This commit is contained in:
parent
d456d9229e
commit
8f272e04a9
@ -24,5 +24,5 @@ my $cmd = "$BIN --text $TEXT --order $ORDER --arpa $LM $settings";
|
||||
$cmd .= " -T $TMPDIR" if defined($TMPDIR);
|
||||
$cmd .= " -S $MEMORY" if defined($MEMORY);
|
||||
$cmd .= " " . join(' ', @ARGV) if scalar(@ARGV); # Pass remaining args through.
|
||||
print "exec: $cmd\n";
|
||||
print STDERR "Executing: $cmd\n";
|
||||
`$cmd`;
|
||||
|
Loading…
Reference in New Issue
Block a user