Change the file path for wifi cert storage 27/155027/1 accepted/tizen/4.0/unified/20171012.230219 submit/tizen_4.0/20171012.045330 tizen_4.0.IoT.p1_release tizen_4.0.m2_release
authortaesub kim <taesub.kim@samsung.com>
Wed, 11 Oct 2017 09:35:02 +0000 (18:35 +0900)
committertaesub kim <taesub.kim@samsung.com>
Thu, 12 Oct 2017 02:21:37 +0000 (11:21 +0900)
Change-Id: If03abe03d2ccb921c6500fbfefcc9bcae7adf042
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
include/wifi.h
src/utils/util.c

index 84d030f..3025156 100755 (executable)
@@ -30,8 +30,8 @@ extern "C" {
 
 #include "generated-code.h"
 
-#define WIFI_STORAGEDIR                        "/var/lib/wifi"
-#define WIFI_CERT_STORAGEDIR   "/var/lib/wifi/cert"
+#define WIFI_STORAGEDIR                        "/var/lib/misc/wifi"
+#define WIFI_CERT_STORAGEDIR   "/var/lib/misc/wifi/cert"
 #define CONNMAN_STORAGEDIR             "/var/lib/connman"
 
 void __netconfig_wifi_connect_reply(GObject *source_object, GAsyncResult *res,
index 107b86f..b5d96a6 100755 (executable)
@@ -160,7 +160,7 @@ void netconfig_start_timer(guint msecs,
        }
 
        if ((timer_id != NULL && *timer_id != 0)) {
-               ERR("timer already is registered");
+               DBG("timer already is registered");
                return;
        }