X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=slotcarman;h=776e2ad8a6b6d59c42ed5c90c376785cff24bb63;hb=06b966edb9ba6a9a9073ba7b40896c267c56fe4f;hp=66a6d985fd7752a66e4b93f03dff0aaf88d26364;hpb=67ee3537a8d7b86703bc45d97c03d468494a1dcd;p=slotcarman.git diff --git a/slotcarman b/slotcarman index 66a6d98..776e2ad 100755 --- a/slotcarman +++ b/slotcarman @@ -32,7 +32,7 @@ my $logfile = 'log'; my $parser = SCX::RaceParser->new({ track => $track, - logfile => $logfile, + logfile => $opt{l} ? undef : $logfile, }); my ($log_reader, $tty_reader);