wifi: Use CONNMAN_SUPPLICANT_DEBUG for debugging
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 22 Dec 2010 16:09:24 +0000 (17:09 +0100)
committerSamuel 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

index b7af712..cced65b 100644 (file)
@@ -476,7 +476,7 @@ static void network_removed(GSupplicantNetwork *network)
 
 static void debug(const char *str)
 {
-       if (getenv("CONNMAN_GSUPPLICANT_DEBUG"))
+       if (getenv("CONNMAN_SUPPLICANT_DEBUG"))
                connman_debug("%s", str);
 }