Merge "Do not log failed pre shared key"
This commit is contained in:
committed by
Android (Google) Code Review
commit
17262c454f
@@ -954,7 +954,7 @@ class WifiConfigStore {
|
||||
netId,
|
||||
WifiConfiguration.pskVarName,
|
||||
config.preSharedKey)) {
|
||||
Log.d(TAG, "failed to set psk: "+config.preSharedKey);
|
||||
Log.d(TAG, "failed to set psk");
|
||||
break setVariables;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user