X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fguardian.git;a=blobdiff_plain;f=modules%2FEvents.pm;h=007ad46305f829036e34a8be48e2ea2d44f461a5;hp=c451914da5b34aa63a9d877887cede3e829ccdd5;hb=9755284f8439e446bde8d3c4050ad4f668ccb772;hpb=db81766d4cfa44d80d8e8fb967ab50ec3935b80f diff --git a/modules/Events.pm b/modules/Events.pm index c451914..007ad46 100644 --- a/modules/Events.pm +++ b/modules/Events.pm @@ -341,7 +341,7 @@ sub CallFlush ($) { 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();