Convert a warn message to debug one because it is printed
too often to be usefull as a warning message.
---
The patch requires that the "Enable hidden AP provisioning"
patchset is applied first.

Cheers,
Jukka

 plugins/wifi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/wifi.c b/plugins/wifi.c
index 48cea30..d739d75 100644
--- a/plugins/wifi.c
+++ b/plugins/wifi.c
@@ -439,7 +439,7 @@ static int get_hidden_connections(int max_ssids,
        g_free(configs);
 
        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
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to