Changed logging tag.
Change-Id: I9a916305910c65425ffe7ea8d5a29dba0ee9a8da
This commit is contained in:
committed by
Vinit Deshpande
parent
d7017c42be
commit
e20b8ad4c4
@@ -868,7 +868,7 @@ public class WifiConfiguration implements Parcelable {
|
||||
public boolean isValid() {
|
||||
String reason = strIsValid();
|
||||
if (reason != null) {
|
||||
Log.e("WFII", "WiFi Config not valid: " + reason);
|
||||
Log.e(TAG, "WiFi Config not valid: " + reason);
|
||||
return false;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user