summaryrefslogtreecommitdiff
path: root/src/FNetBt_BluetoothIpcProxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/FNetBt_BluetoothIpcProxy.cpp')
-rwxr-xr-xsrc/FNetBt_BluetoothIpcProxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FNetBt_BluetoothIpcProxy.cpp b/src/FNetBt_BluetoothIpcProxy.cpp
index 5fa6056..c501d53 100755
--- a/src/FNetBt_BluetoothIpcProxy.cpp
+++ b/src/FNetBt_BluetoothIpcProxy.cpp
@@ -110,7 +110,7 @@ _BluetoothIpcProxy::GetLocalDeviceName(Tizen::Base::String& deviceName) const
SysTryReturnResult(NID_NET_BT, r == E_SUCCESS, E_SYSTEM, "A system error occurred.");
SysTryReturnResult(NID_NET_BT, ret == E_SUCCESS, ret, "Propagating.");
- SysLog(NID_NET_BT, "The Bluetooth name obtained through IPC is [%ls].", deviceName.GetPointer());
+ SysSecureLog(NID_NET_BT, "The Bluetooth name obtained through IPC is [%ls].", deviceName.GetPointer());
return E_SUCCESS;
}