mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 14:40:08 +01:00
iface-helper: log the device context
This commit is contained in:
parent
8813164b24
commit
cbefd39ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ static struct {
|
|||
|
||||
#define _NMLOG_PREFIX_NAME "nm-iface-helper"
|
||||
#define _NMLOG(level, domain, ...) \
|
||||
nm_log ((level), (domain), NULL, NULL, \
|
||||
nm_log ((level), (domain), global_opt.ifname, NULL, \
|
||||
"iface-helper: " _NM_UTILS_MACRO_FIRST (__VA_ARGS__) \
|
||||
_NM_UTILS_MACRO_REST (__VA_ARGS__))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue