From ed552c732c76c6f0f222a71400d601a0c967be83 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 1 Mar 2017 10:20:01 +0000 Subject: logging: log device and connection along with the message --- src/ndisc/nm-ndisc-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ndisc') diff --git a/src/ndisc/nm-ndisc-private.h b/src/ndisc/nm-ndisc-private.h index 2308675a7d..7cab637fc7 100644 --- a/src/ndisc/nm-ndisc-private.h +++ b/src/ndisc/nm-ndisc-private.h @@ -59,7 +59,7 @@ gboolean nm_ndisc_add_dns_domain (NMNDisc *ndisc, const NMNDiscDNSDoma NMNDisc *const __self = (self); \ char __prefix[64]; \ \ - _nm_log (__level, __domain, 0, \ + _nm_log (__level, __domain, 0, NULL, NULL, \ "%s: " _NM_UTILS_MACRO_FIRST (__VA_ARGS__), \ (__self \ ? ({ \ -- cgit v1.2.1