summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2016-04-12 10:19:21 +0200
committerFrancesco Giudici <fgiudici@redhat.com>2016-04-12 11:24:19 +0200
commit7796c489fd5b85fc3f571614b3a982650db017c9 (patch)
tree7caaf9241614dcd5c48ab1240548a19ee39044d6
parentdefc7fc89afe1b333e6257b3c61c9337ab31afe6 (diff)
downloadNetworkManager-7796c489fd5b85fc3f571614b3a982650db017c9.tar.gz
device: minor logging change in platform_link_added()
Show ignored devices in debug level.
-rw-r--r--src/nm-manager.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nm-manager.c b/src/nm-manager.c
index e0ef86a97a..7f838387c4 100644
--- a/src/nm-manager.c
+++ b/src/nm-manager.c
@@ -2000,6 +2000,9 @@ platform_link_added (NMManager *self,
if (!ignore) {
_LOGW (LOGD_HW, "%s: factory failed to create device: %s",
plink->name, error->message);
+ } else {
+ _LOGD (LOGD_HW, "%s: factory failed to create device: %s",
+ plink->name, error->message);
}
return;
}