Convert a warn message to debug one because it is printed
too often to be usefull as a warning message.
---
plugins/wifi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/wifi.c b/plugins/wifi.c
index cf7cd95..a6da298 100644
--- a/plugins/wifi.c
+++ b/plugins/wifi.c
@@ -436,7 +436,7 @@ static int get_hidden_connections(int max_ssids,
connman_config_free_entries(entries);
if (add_param_failed > 0)
- connman_warn("Unable to scan %d out of %d SSIDs (max is %d)",
+ DBG("Unable to scan %d out of %d SSIDs (max is %d)",
add_param_failed, num_ssids, max_ssids);
g_strfreev(services);
--
1.7.9.5
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman