From a53aa613a655a9af0517a0dd0e72961abbaa0664 Mon Sep 17 00:00:00 2001 From: Young Ik Cho Date: Sat, 8 Jun 2013 15:38:29 +0900 Subject: [PATCH] update verstion to 1.2.2.0 Change-Id: I4c753a3480fc59bbb8970a767e1bb9e9ae225e0a Signed-off-by: Young Ik Cho --- packaging/osp-app-controls.spec | 6 +++--- src/bluetooth-app-control/BluetoothAppControlDllEntry.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/osp-app-controls.spec b/packaging/osp-app-controls.spec index 30f3d8d..d176bea 100755 --- a/packaging/osp-app-controls.spec +++ b/packaging/osp-app-controls.spec @@ -3,8 +3,8 @@ Name: osp-app-controls Summary: osp application controls library -Version: 1.2.1.0 -Release: 2 +Version: 1.2.2.0 +Release: 1 Group: System/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz @@ -76,7 +76,7 @@ cp %{_builddir}/%{name}-%{version}/LICENSE.APLv2 %{buildroot}/usr/share/license /sbin/ldconfig /usr/etc/package-manager/backend/tpk -i /usr/apps/42KriKjov3 -cp -f %{_libdir}/osp/osp-ui-app-loader /usr/apps/42KriKjov3/bin/nfc-push-ui-app-control +#cp -f %{_libdir}/osp/osp-ui-app-loader /usr/apps/42KriKjov3/bin/nfc-push-ui-app-control %postun -p /sbin/ldconfig diff --git a/src/bluetooth-app-control/BluetoothAppControlDllEntry.cpp b/src/bluetooth-app-control/BluetoothAppControlDllEntry.cpp index f0b599f..09f3f6f 100644 --- a/src/bluetooth-app-control/BluetoothAppControlDllEntry.cpp +++ b/src/bluetooth-app-control/BluetoothAppControlDllEntry.cpp @@ -79,7 +79,7 @@ StartAppControl(int req, const String& aId, const String& oId, const String* pUr r = GetLastResult(); SysTryReturnResult(NID_APP, __processId >= 0, r, "StartAppControl: Launching Bluetooth AppControl is failed."); - SysLog(NID_APP, "Launching Bluetooth AppControl succeeded."); + SysLog(NID_APP, "[%s] Launching Bluetooth AppControl succeeded.", GetErrorMessage(r)); __req = req; -- 2.7.4