projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9374f5
)
wifi: Debug print fixed
author
Jukka Rissanen
<jukka.rissanen@linux.intel.com>
Tue, 10 Jul 2012 15:13:49 +0000
(18:13 +0300)
committer
Marcel 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
patch
|
blob
|
history
diff --git
a/plugins/wifi.c
b/plugins/wifi.c
index
cf7cd95
..
a6da298
100644
(file)
--- 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);