diff options
Diffstat (limited to 'src/FNetBt_BluetoothIpcProxy.cpp')
-rwxr-xr-x | src/FNetBt_BluetoothIpcProxy.cpp | 2 |
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; } |