mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 12:40:11 +01:00
firewalld: prefix firewalld logging messages with "firewalld"
It seems more apt than "firewall: ...".
(cherry picked from commit b55f95abfa)
This commit is contained in:
parent
a7a0404cb5
commit
78cc70feb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
{ \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue