if (r < 0)
return log_debug_errno(r, "Failed to request information about wifi interface %d: %m", ifindex);
if (!reply) {
- log_debug_errno(r, "No reply received to request for information about wifi interface %d, ignoring.", ifindex);
+ log_debug("No reply received to request for information about wifi interface %d, ignoring.", ifindex);
goto nodata;
}
if (r < 0)
return log_debug_errno(r, "Failed to request information about wifi station: %m");
if (!reply) {
- log_debug_errno(r, "No reply received to request for information about wifi station, ignoring.");
+ log_debug("No reply received to request for information about wifi station, ignoring.");
goto nodata;
}