From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Murphy To: development@lists.ipfire.org Subject: [PATCH] update-ipblocklists: remove " Skipping" log entries Date: Tue, 04 Jun 2024 15:22:53 -0500 Message-ID: <20240604202253.3546966-1-jon.murphy@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4871720088610759746==" List-Id: --===============4871720088610759746== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Remove two log entries from message log. Signed-off-by: Jon Murphy --- src/scripts/update-ipblocklists | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/update-ipblocklists b/src/scripts/update-ipblocklists index a17b47999..dddde8d27 100644 --- a/src/scripts/update-ipblocklists +++ b/src/scripts/update-ipblocklists @@ -86,7 +86,7 @@ foreach my $blocklist (@blocklists) { # Check if enough time has passed since the last download of the list. if ($time <=3D $holdoff_time) { # To frequent updates, log to syslog. - &_log_to_syslog(" Skipping $blocklist blocklist - Too frequent updat= e attempts!"); + # &_log_to_syslog(" Skipping $blocklist blocklist - Too frequent upd= ate attempts!"); =20 # Skip this provider. next; @@ -100,7 +100,7 @@ foreach my $blocklist (@blocklists) { # Handle different return codes. if ($return eq "not_modified") { # Log notice to syslog. - &_log_to_syslog(" Skipping $blocklist blocklist - It has not been m= odified!"); + # &_log_to_syslog(" Skipping $blocklist blocklist - It has not been= modified!"); } elsif ($return eq "dl_error") { # Log error to the syslog. &_log_to_syslog(" Could not update $blocklist blocklist - Download= error\!"); --=20 2.30.2 --===============4871720088610759746==--