From a25b42ba9aa810594ec3eb02f5e7f37907c36af6 Mon Sep 17 00:00:00 2001 From: Irfan Sheriff Date: Wed, 10 Aug 2011 06:58:48 -0700 Subject: Do not log failed pre shared key Bug: 4320948 Change-Id: I1d10ca0c59e4f7f7157b6539786b32c57a202fc8 --- wifi/java/android/net/wifi/WifiConfigStore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi/java/android/net/wifi/WifiConfigStore.java b/wifi/java/android/net/wifi/WifiConfigStore.java index 9a51d5e..5b4bce2 100644 --- a/wifi/java/android/net/wifi/WifiConfigStore.java +++ b/wifi/java/android/net/wifi/WifiConfigStore.java @@ -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; } -- cgit v1.1