Ne pas ajouter de retour chariot inutile dans les logs

This commit is contained in:
Daniel Berteaud 2012-10-14 21:02:11 +02:00
parent 3b4df20e52
commit bed5b55eb4
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ while (defined(my $line=$tail->read)){
$action = $5;
}
else{
printlog("Couldn't parse this line: $line\n");
printlog("Couldn't parse this line: $line");
next;
}
my @other = split /\|/, $line;