mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 13:10:29 +01:00
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:
parent
60744889e2
commit
a9a33f2d12
1 changed files with 1 additions and 1 deletions
|
|
@ -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 *),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue