device: minor logging change in platform_link_added()

Show ignored devices in debug level.

(cherry picked from commit 7796c489fd)
This commit is contained in:
Francesco Giudici 2016-04-12 10:19:21 +02:00
parent 5f8ae4e1e5
commit a08b23ec35

View file

@ -1953,6 +1953,9 @@ platform_link_added (NMManager *self,
if (!ignore) {
nm_log_warn (LOGD_HW, "%s: factory failed to create device: %s",
plink->name, error->message);
} else {
nm_log_dbg (LOGD_HW, "%s: factory failed to create device: %s",
plink->name, error->message);
}
return;
}