From dc10d5f64d703113ba6b976a793af81baaa9e8f7 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 15 May 2018 17:02:07 +0900 Subject: [PATCH] Remove the log included secure information Change-Id: Ib324397e244ab537cbc68f7346a5e9dc41cdcccb --- packaging/net-config.spec | 2 +- src/wifi-agent.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/net-config.spec b/packaging/net-config.spec index b3fb0bf..a8b195d 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -1,6 +1,6 @@ Name: net-config Summary: TIZEN Network Configuration service -Version: 1.1.134 +Version: 1.1.135 Release: 3 Group: System/Network License: Apache-2.0 diff --git a/src/wifi-agent.c b/src/wifi-agent.c index 8d4aa5e..7169558 100755 --- a/src/wifi-agent.c +++ b/src/wifi-agent.c @@ -201,7 +201,7 @@ gboolean handle_set_field(NetConnmanAgent *connman_agent, agent.passphrase = g_strdup(g_variant_get_string(value, NULL)); updated = TRUE; - DBG("Field [%s] - [%s]", field, agent.passphrase); + DBG("Field [%s] - []", field); if (agent.passphrase == NULL) continue; -- 2.7.4