From 021ec46e790c342065a7efe364517121ccc27f35 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Wed, 11 Dec 2013 17:30:16 +0100 Subject: [PATCH] Don't log network password --- src/network/netconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/netconfig.lua b/src/network/netconfig.lua index e4a0d38..a126cd5 100644 --- a/src/network/netconfig.lua +++ b/src/network/netconfig.lua @@ -321,7 +321,7 @@ end -- @tparam boolean recreate If true, a new UCI configuration based on scan data will always be created, otherwise an attempt will be made to use an existing configuration. -- @return True on success or nil+msg on error. function M.associateSsid(ssid, passphrase, recreate) - log:info("netconfig:associateSsid: "..(ssid or "")..", "..(passphrase or "")..", "..(recreate or "")) + log:info("netconfig:associateSsid: "..(ssid or "")..", "..(recreate or "")) M.setStatus(M.CONNECTING,"Connecting...");