summaryrefslogtreecommitdiff
path: root/src/supplicant
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-03-01 10:20:01 +0000
committerLubomir Rintel <lkundrak@v3.sk>2017-03-24 12:42:09 +0100
commited552c732c76c6f0f222a71400d601a0c967be83 (patch)
tree765a627c46f2764bb3a5c26d3316722fb239f349 /src/supplicant
parent03a3fd901486aa40b41f2aa066ce1ea832f0f965 (diff)
downloadNetworkManager-ed552c732c76c6f0f222a71400d601a0c967be83.tar.gz
logging: log device and connection along with the message
Diffstat (limited to 'src/supplicant')
-rw-r--r--src/supplicant/nm-supplicant-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supplicant/nm-supplicant-interface.c b/src/supplicant/nm-supplicant-interface.c
index 9376037652..5bc1dae140 100644
--- a/src/supplicant/nm-supplicant-interface.c
+++ b/src/supplicant/nm-supplicant-interface.c
@@ -136,7 +136,7 @@ G_DEFINE_TYPE (NMSupplicantInterface, nm_supplicant_interface, G_TYPE_OBJECT)
G_STMT_START { \
char _sbuf[64]; \
\
- nm_log ((level), _NMLOG_DOMAIN, \
+ nm_log ((level), _NMLOG_DOMAIN, NULL, NULL, \
"%s%s: " _NM_UTILS_MACRO_FIRST(__VA_ARGS__), \
_NMLOG_PREFIX_NAME, \
((self) \