From 32ebcbe7c7c6ed374269a228192b32895f5d69e1 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 27 Jun 2014 17:02:23 +0200 Subject: [PATCH] core: log when creating team device as generic due to missing plugin Previous commit 38a83e15a2f741a4a038ce5c55f1ad41b59f69a1 moves the team device to a plugin. If the plugin is not available, we should log an information that we create a generic device instead. Signed-off-by: Thomas Haller --- src/nm-manager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nm-manager.c b/src/nm-manager.c index ac8fb6c489..283ef9a063 100644 --- a/src/nm-manager.c +++ b/src/nm-manager.c @@ -2189,6 +2189,7 @@ platform_link_added (NMManager *self, break; case NM_LINK_TYPE_OLPC_MESH: + case NM_LINK_TYPE_TEAM: case NM_LINK_TYPE_WIFI: case NM_LINK_TYPE_WIMAX: nm_log_info (LOGD_HW, "(%s): '%s' plugin not available; creating generic device",