summaryrefslogtreecommitdiff
path: root/src/nm-firewall-manager.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-firewall-manager.c
parent03a3fd901486aa40b41f2aa066ce1ea832f0f965 (diff)
downloadNetworkManager-ed552c732c76c6f0f222a71400d601a0c967be83.tar.gz
logging: log device and connection along with the message
Diffstat (limited to 'src/nm-firewall-manager.c')
-rw-r--r--src/nm-firewall-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-firewall-manager.c b/src/nm-firewall-manager.c
index 5ba3d23e34..05e5a3f833 100644
--- a/src/nm-firewall-manager.c
+++ b/src/nm-firewall-manager.c
@@ -118,7 +118,7 @@ _ops_type_to_string (CBInfoOpsType ops_type)
char __prefix_name[30]; \
char __prefix_info[64]; \
\
- _nm_log ((level), (_NMLOG_DOMAIN), 0, \
+ _nm_log ((level), (_NMLOG_DOMAIN), 0, NULL, NULL, \
"%s: %s" _NM_UTILS_MACRO_FIRST(__VA_ARGS__), \
(self) != singleton_instance \
? ({ \