From a9a33f2d122707c31fbc0b2bf5c7b0e0fb0044de Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 4 May 2021 23:11:04 +0200 Subject: [PATCH] firewall: downgrade info logging for iptables commands Sure, it's interesting to see the actual iptables commands in the log. But not at level! --- src/core/NetworkManagerUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/NetworkManagerUtils.c b/src/core/NetworkManagerUtils.c index 6a58289c67..806dd50d49 100644 --- a/src/core/NetworkManagerUtils.c +++ b/src/core/NetworkManagerUtils.c @@ -1728,7 +1728,7 @@ nm_utils_share_rules_apply(NMUtilsShareRules *self, gboolean shared) rule->rule); argv = nm_utils_strsplit_set(cmd, " "); - nm_log_info(LOGD_SHARING, "Executing: %s", cmd); + nm_log_dbg(LOGD_SHARING, "Executing: %s", cmd); if (!g_spawn_sync("/", (char **) argv, (char **) NM_PTRARRAY_EMPTY(const char *),