From: Frank Brehm Date: Thu, 30 Mar 2006 16:39:30 +0000 (+0000) Subject: Debug-Output dazu X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=8256eff9b72f1797d122a0846356ade911d65a55;p=scripts%2Fsolaris.git Debug-Output dazu --- diff --git a/LogRotate.pm b/LogRotate.pm index bb0b2c1..1f8edcb 100644 --- a/LogRotate.pm +++ b/LogRotate.pm @@ -317,6 +317,7 @@ sub collect_compress_logfiles($$) { $files_behalten->{$oldfile} = 1; } foreach $oldfile ( keys %$files_behalten ) { + print $p . "Logdatei '$oldfile' wird NICHT komprimiert.\n" if verbose() > 2; delete $candidates->{$oldfile}; } $files_behalten = undef;