From: hs321.lee Date: Mon, 13 May 2013 11:15:05 +0000 (+0900) Subject: Fix code for privacy log X-Git-Tag: submit/tizen_2.2/20130714.153047~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e80e398ba6d23409c7e138ec926268a12c5a512a;p=framework%2Fosp%2Fsocial.git Fix code for privacy log Change-Id: Iee8c13ea49a7ab101ac2fa584b091bc4bc412654 Signed-off-by: hs321.lee --- diff --git a/src/FScl_AddressbookManagerImpl.cpp b/src/FScl_AddressbookManagerImpl.cpp index 33801c9..96fcf5c 100644 --- a/src/FScl_AddressbookManagerImpl.cpp +++ b/src/FScl_AddressbookManagerImpl.cpp @@ -269,7 +269,7 @@ _AddressbookManagerImpl::DeleteAddressbook(AddressbookId addressbookId) IList* _AddressbookManagerImpl::GetAddressbooksByAccountN(AccountId accountId) const { - SysTryReturn(NID_SCL, accountId >= 0, null, E_INVALID_ARG, "[%s] Invalid argument is used. accountId = %d.", GetErrorMessage(E_INVALID_ARG), accountId); + SysTryReturn(NID_SCL, accountId >= 0, null, E_INVALID_ARG, "[%s] Invalid argument is used. account id is invalid.", GetErrorMessage(E_INVALID_ARG)); SysTryReturn(NID_SCL, _ContactDbConnector::EnsureDbConnection() == E_SUCCESS, null, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult())); ClearLastResult();