From: Seonah Moon Date: Tue, 15 May 2018 08:02:07 +0000 (+0900) Subject: Remove the log included secure information X-Git-Tag: submit/tizen/20180515.082039^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F179004%2F2;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git Remove the log included secure information Change-Id: Ib324397e244ab537cbc68f7346a5e9dc41cdcccb --- 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;