mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 22:10:14 +01:00
device: minor logging change in platform_link_added()
Show ignored devices in debug level.
(cherry picked from commit 7796c489fd)
This commit is contained in:
parent
5f8ae4e1e5
commit
a08b23ec35
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue