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:
c3b8cb5
)
wifi: Use CONNMAN_SUPPLICANT_DEBUG for debugging
author
Samuel Ortiz
<sameo@linux.intel.com>
Wed, 22 Dec 2010 16:09:24 +0000
(17:09 +0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Wed, 22 Dec 2010 16:09:24 +0000
(17:09 +0100)
Instead of CONNMAN_GSUPPLICANT_DEBUG, for consistency sake.
plugins/wifi.c
patch
|
blob
|
history
diff --git
a/plugins/wifi.c
b/plugins/wifi.c
index
b7af712
..
cced65b
100644
(file)
--- a/
plugins/wifi.c
+++ b/
plugins/wifi.c
@@
-476,7
+476,7
@@
static void network_removed(GSupplicantNetwork *network)
static void debug(const char *str)
{
- if (getenv("CONNMAN_
G
SUPPLICANT_DEBUG"))
+ if (getenv("CONNMAN_SUPPLICANT_DEBUG"))
connman_debug("%s", str);
}