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

Commit a25b42ba authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Do not log failed pre shared key

Bug: 4320948
Change-Id: I1d10ca0c59e4f7f7157b6539786b32c57a202fc8
parent 0419a2a9
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;
            }