From cbefd39ce1f5642dbe8f41ce8e89108c9e836133 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 2 Mar 2017 21:17:22 +0100 Subject: iface-helper: log the device context --- src/nm-iface-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)) -- cgit v1.2.1