mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 05:50:28 +01:00
platform: fix NMLOG_COMMON() macro to use level argument
This commit is contained in:
parent
219dfea425
commit
4dbded903f
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ nmp_link_address_get_as_bytes(const NMPLinkAddress *addr)
|
|||
g_snprintf(__prefix, sizeof(__prefix), "%s[%p]", _NMLOG_PREFIX_NAME, __self); \
|
||||
__p_prefix = __prefix; \
|
||||
} \
|
||||
_nm_log(__level, \
|
||||
_nm_log((level), \
|
||||
_NMLOG_DOMAIN, \
|
||||
0, \
|
||||
__name, \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue