summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-08-02 13:31:07 +0200
committerThomas Haller <thaller@redhat.com>2021-08-06 14:35:33 +0200
commitb55f95abfa02e9199e93a4598d1175abe21812a3 (patch)
treed7a95fe09f06ceaafee82b0c722f81877d3b6dc9
parentec126740ceddcfac63d56bcc918efb738c80234d (diff)
downloadNetworkManager-b55f95abfa02e9199e93a4598d1175abe21812a3.tar.gz
firewalld: prefix firewalld logging messages with "firewalld"
It seems more apt than "firewall: ...".
-rw-r--r--src/core/nm-firewalld-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nm-firewalld-manager.c b/src/core/nm-firewalld-manager.c
index c562d97856..1078529a42 100644
--- a/src/core/nm-firewalld-manager.c
+++ b/src/core/nm-firewalld-manager.c
@@ -105,7 +105,7 @@ _ops_type_to_string(OpsType ops_type)
}
#define _NMLOG_DOMAIN LOGD_FIREWALL
-#define _NMLOG_PREFIX_NAME "firewall"
+#define _NMLOG_PREFIX_NAME "firewalld"
#define _NMLOG(level, call_id, ...) \
G_STMT_START \
{ \