firewall: downgrade info logging for iptables commands

Sure, it's interesting to see the actual iptables commands in the log.
But not at <info> level!
This commit is contained in:
Thomas Haller 2021-05-04 23:11:04 +02:00
parent 60744889e2
commit a9a33f2d12
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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 *),