summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-07-18 14:02:39 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-09-18 16:21:42 +0200
commite51821af102e88c4ff54f9268c70be870c4ce100 (patch)
tree137644e7d03242507ff338d3540cca37dac7d07f /src
parent9ad60ad092ade0e97b74cb08c842665f8c49c7e4 (diff)
downloadNetworkManager-e51821af102e88c4ff54f9268c70be870c4ce100.tar.gz
device: include interface name in logs
Diffstat (limited to 'src')
-rw-r--r--src/devices/nm-device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 7108a85c6e..3e25eb30d6 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -2459,7 +2459,7 @@ concheck_periodic_timeout_cb (gpointer user_data)
{
NMDevice *self = user_data;
- _LOGt (LOGD_CONCHECK, "connectivity: periodic timeout");
+ _LOGT (LOGD_CONCHECK, "connectivity: periodic timeout");
concheck_periodic_schedule_set (self, CONCHECK_SCHEDULE_CHECK_PERIODIC);
return G_SOURCE_REMOVE;
}
@@ -10291,7 +10291,7 @@ dad6_add_pending_address (NMDevice *self,
&& NM_FLAGS_HAS (pl_addr->n_ifa_flags, IFA_F_TENTATIVE)
&& !NM_FLAGS_HAS (pl_addr->n_ifa_flags, IFA_F_DADFAILED)
&& !NM_FLAGS_HAS (pl_addr->n_ifa_flags, IFA_F_OPTIMISTIC)) {
- _LOGt (LOGD_DEVICE, "IPv6 DAD: pending address %s",
+ _LOGT (LOGD_DEVICE, "IPv6 DAD: pending address %s",
nm_platform_ip6_address_to_string (pl_addr, NULL, 0));
if (!*dad6_config)