summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.c
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/nm-active-connection.c
parent03a3fd901486aa40b41f2aa066ce1ea832f0f965 (diff)
downloadNetworkManager-ed552c732c76c6f0f222a71400d601a0c967be83.tar.gz
logging: log device and connection along with the message
Diffstat (limited to 'src/nm-active-connection.c')
-rw-r--r--src/nm-active-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-active-connection.c b/src/nm-active-connection.c
index ee28f0f255..ad0284442a 100644
--- a/src/nm-active-connection.c
+++ b/src/nm-active-connection.c
@@ -122,7 +122,7 @@ static void _set_activation_type (NMActiveConnection *self,
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 ? nm_sprintf_buf (_sbuf, "[%p]", self) : "" \