Apply secure log to passphrase information 06/317906/1 accepted/tizen/unified/20250116.113522 accepted/tizen/unified/x/20250116.213644
authorJaehyun Kim <jeik01.kim@samsung.com>
Thu, 9 Jan 2025 09:16:08 +0000 (18:16 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Thu, 9 Jan 2025 09:16:08 +0000 (18:16 +0900)
Change-Id: Ia21e4f87bdf692b34c3bb103be6eb6751306b5bd
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
src/wifi-agent.c

index f130d95c2e1eefb51db0c95f6e0f71fbf9339820..36893f2373e44a7bef84e27ebbfc81420509d1c0 100755 (executable)
@@ -454,7 +454,7 @@ gboolean handle_request_input(NetConnmanAgent *connman_agent,
                                                        g_variant_new_string(wifi_agent->passphrase));
 
                        updated = TRUE;
-                       DBG("Setting [%s] - [%s]", field, wifi_agent->passphrase);
+                       SECURE_LOGD("Setting [%s] - [%s]", field, wifi_agent->passphrase);
                } else if (g_strcmp0(field, NETCONFIG_AGENT_FIELD_WPS) == 0 &&
                                (wifi_agent->wps_pbc == TRUE || wifi_agent->wps_pin != NULL)) {
                        if (wifi_agent->wps_pbc == TRUE) {