Remove the log included secure information 04/179004/2 accepted/tizen/unified/20180515.163445 submit/tizen/20180515.082039
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 15 May 2018 08:02:07 +0000 (17:02 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 15 May 2018 08:03:50 +0000 (17:03 +0900)
Change-Id: Ib324397e244ab537cbc68f7346a5e9dc41cdcccb

packaging/net-config.spec
src/wifi-agent.c

index b3fb0bf..a8b195d 100755 (executable)
@@ -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
index 8d4aa5e..7169558 100755 (executable)
@@ -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;