From bed5b55eb44adbb7889122a371e418f070a4fe58 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 14 Oct 2012 21:02:11 +0200 Subject: [PATCH] Ne pas ajouter de retour chariot inutile dans les logs --- root/usr/bin/samba-db-logd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/bin/samba-db-logd b/root/usr/bin/samba-db-logd index 5e579be..577ff77 100755 --- a/root/usr/bin/samba-db-logd +++ b/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;