Ne pas ajouter de retour chariot inutile dans les logs

tags/0.0.1
Daniel Berteaud 12 years ago
parent 3b4df20e52
commit bed5b55eb4
  1. 2
      root/usr/bin/samba-db-logd

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

Loading…
Cancel
Save