Merge "Do not log failed pre shared key"

This commit is contained in:
Irfan Sheriff
2011-08-10 10:19:24 -07:00
committed by Android (Google) Code Review

View File

@@ -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;
}