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;
}
else{
printlog("Couldn't parse this line: $line\n");
printlog("Couldn't parse this line: $line");
next;
}
my @other = split /\|/, $line;

Loading…
Cancel
Save