Fix code for privacy log
authorhs321.lee <hs321.lee@samsung.com>
Mon, 13 May 2013 11:15:05 +0000 (20:15 +0900)
committerhs321.lee <hs321.lee@samsung.com>
Mon, 13 May 2013 11:15:15 +0000 (20:15 +0900)
Change-Id: Iee8c13ea49a7ab101ac2fa584b091bc4bc412654
Signed-off-by: hs321.lee <hs321.lee@samsung.com>
src/FScl_AddressbookManagerImpl.cpp

index 33801c9..96fcf5c 100644 (file)
@@ -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();