firewalld: prefix firewalld logging messages with "firewalld"

It seems more apt than "firewall: ...".

(cherry picked from commit b55f95abfa)
This commit is contained in:
Thomas Haller 2021-08-02 13:31:07 +02:00
parent a7a0404cb5
commit 78cc70feb3
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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 \
{ \