mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 21:58:00 +02:00
n-acd: slightly improve logging
If timeout is 0 we don't really do a probe. Also, log the timeout.
This commit is contained in:
parent
d082af6b5c
commit
7f6a19b1ad
1 changed files with 5 additions and 1 deletions
|
|
@ -274,7 +274,11 @@ acd_probe_start (NMAcdManager *self,
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
_LOGD ("start probe for %s", nm_utils_inet4_ntop (info->address, NULL));
|
||||
if (timeout) {
|
||||
_LOGD ("started probe for %s with timeout %llu",
|
||||
nm_utils_inet4_ntop (info->address, NULL),
|
||||
(unsigned long long) timeout);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue