iface-helper: log the device context

This commit is contained in:
Lubomir Rintel 2017-03-02 21:17:22 +01:00
parent 8813164b24
commit cbefd39ce1

View file

@ -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__))