Add SysSecureLog
authorJaehwan Lee <jh8379.lee@samsung.com>
Fri, 19 Apr 2013 06:13:42 +0000 (15:13 +0900)
committerJaehwan Lee <jh8379.lee@samsung.com>
Fri, 19 Apr 2013 06:13:42 +0000 (15:13 +0900)
Change-Id: I9303cd58b27367bca21940b92d094a634a47e851
Signed-off-by: Jaehwan Lee <jh8379.lee@samsung.com>
src/wifi/FNetWifi_WifiDirectSystemAdapter.cpp
src/wifi/FNetWifi_WifiIpcProxy.cpp

index c4d35ee..3d2687f 100644 (file)
@@ -1561,7 +1561,7 @@ _WifiDirectSystemAdapter::OnWifiDirectClientIpAssigned(const char* mac_address,
                                                                                                           const char* interface_address, void* user_data)
 {
        SysLog(NID_NET_WIFI, ">>> %ls", __pWifiDirectSystemAdapter->GetStringOfAllCurrentState().GetPointer());
-       SysLog(NID_NET_WIFI, "mac address : %s, interface address : %s, ip address : %s", mac_address, interface_address, ip_address);
+       SysSecureLog(NID_NET_WIFI, "mac address : %s, interface address : %s, ip address : %s", mac_address, interface_address, ip_address);
 
        switch (__pWifiDirectSystemAdapter->__currentState)
        {
index 6379143..03c2293 100644 (file)
@@ -149,7 +149,7 @@ _WifiIpcProxy::GetWifiDirectLocalDeviceName(Tizen::Base::String& deviceName) con
        SysTryReturnResult(NID_NET_WIFI, r == E_SUCCESS, r, "Sending a request message to an IPC server failed.");
        SysTryReturnResult(NID_NET_WIFI, ret == E_SUCCESS, ret, "Propagating through IPC.");
 
-       SysLog(NID_NET_WIFI, "The Wi-Fi Direct local name obtained through IPC is [%ls].", deviceName.GetPointer());
+       SysSecureLog(NID_NET_WIFI, "The Wi-Fi Direct local name obtained through IPC is [%ls].", deviceName.GetPointer());
 
        return E_SUCCESS;
 }