Do not log failed pre shared key

Bug: 4320948
Change-Id: I1d10ca0c59e4f7f7157b6539786b32c57a202fc8
This commit is contained in:
Irfan Sheriff
2011-08-10 06:58:48 -07:00
parent 0419a2a9b5
commit a25b42ba9a

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