wifi: Debug print fixed
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Tue, 10 Jul 2012 15:13:49 +0000 (18:13 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 13 Jul 2012 09:38:48 +0000 (06:38 -0300)
Convert a warn message to debug one because it is printed
too often to be usefull as a warning message.

plugins/wifi.c

index cf7cd95..a6da298 100644 (file)
@@ -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);