summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-03-02 21:17:22 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-03-24 12:42:09 +0100
commitcbefd39ce1f5642dbe8f41ce8e89108c9e836133 (patch)
treed200eb7530393f903f6c8e8f682282ec41e2eeff
parent8813164b24d0178856ac78c6a9d5e2160bf3aa78 (diff)
downloadNetworkManager-lr/log-hints-1.tar.gz
iface-helper: log the device contextlr/log-hints-1
-rw-r--r--src/nm-iface-helper.c2
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__))