Fix: Missing format specifiers in print log 97/287097/1 accepted/tizen_7.0_unified tizen_7.0 accepted/tizen/7.0/unified/20230127.151418
authorDewal Agarwal <d1.agarwal@samsung.com>
Thu, 19 Jan 2023 08:30:16 +0000 (14:00 +0530)
committerDewal Agarwal <d1.agarwal@samsung.com>
Thu, 19 Jan 2023 14:30:05 +0000 (14:30 +0000)
- CID: 1098215

Change-Id: I38765433353dc9fe6b4fc3a1f99ef84a70b1ff54
Signed-off-by: Dewal Agarwal <d1.agarwal@samsung.com>
src/account.c

index 6ff7aa0..035e3c6 100644 (file)
@@ -2986,7 +2986,7 @@ ACCOUNT_API int account_subscribe_create(account_subscribe_h *account_subscribe)
        CHECK_ACCOUNT_SUPPORTED(ACCOUNT_FEATURE);
 
        if (!account_subscribe) {
-               ACCOUNT_SLOGE("account is NULL.\n", __FUNCTION__, __LINE__);
+               ACCOUNT_SLOGE("(%s)-(%d) account subscribe is NULL.\n", __FUNCTION__, __LINE__);
                return ACCOUNT_ERROR_INVALID_PARAMETER;
        }