]> git.ipfire.org Git - people/stevee/guardian.git/commitdiff
Only log the request to flush the firewall chain in debug mode.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 21 Dec 2017 15:02:45 +0000 (16:02 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 21 Dec 2017 15:02:45 +0000 (16:02 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
modules/Events.pm

index c451914da5b34aa63a9d877887cede3e829ccdd5..007ad46305f829036e34a8be48e2ea2d44f461a5 100644 (file)
@@ -341,7 +341,7 @@ sub CallFlush ($) {
        my $self = shift;
 
        # Log the call for flushing.
        my $self = shift;
 
        # Log the call for flushing.
-       $logger->Log("info", "Flush has been called...");
+       $logger->Log("debug", "Flush has been called...");
 
        # Call flush.
        my $error = &DoFlush();
 
        # Call flush.
        my $error = &DoFlush();