Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17262c45 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android (Google) Code Review
Browse files

Merge "Do not log failed pre shared key"

parents aae7a3d1 a25b42ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
            }