From ab635bd0f05ab556cf58ef53e9fcc9bd55cb8339 Mon Sep 17 00:00:00 2001 From: Vladimir Stoilov Date: Tue, 20 Sep 2022 16:52:36 +0200 Subject: [PATCH] better wording for log --- firewall/interception.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewall/interception.go b/firewall/interception.go index 5dff4530..cc4c3bde 100644 --- a/firewall/interception.go +++ b/firewall/interception.go @@ -119,7 +119,7 @@ func interceptionPrep() error { func resetAllConnectionVerdicts() { // Resetting will force all the connection to be evaluated by the firewall again // this will set new verdicts if configuration was update or spn has been disabled or enabled. - log.Info("interception: reevaluating all connection trough the firewall") + log.Info("interception: marking all connections for re-evaluation") // reset all connection firewall handlers. This will tell the master to rerun the firewall checks. for _, conn := range network.GetAllConnections() {