diff options
Diffstat (limited to 'src/nm-iface-helper.c')
-rw-r--r-- | src/nm-iface-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-iface-helper.c b/src/nm-iface-helper.c index b47bc723e8..221b4ca198 100644 --- a/src/nm-iface-helper.c +++ b/src/nm-iface-helper.c @@ -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__)) |