From: Dewal Agarwal Date: Thu, 19 Jan 2023 08:30:16 +0000 (+0530) Subject: Fix: Missing format specifiers in print log X-Git-Tag: accepted/tizen/7.0/unified/20230127.151418^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_7.0;p=platform%2Fcore%2Fapi%2Flibaccount-service.git Fix: Missing format specifiers in print log - CID: 1098215 Change-Id: I38765433353dc9fe6b4fc3a1f99ef84a70b1ff54 Signed-off-by: Dewal Agarwal --- diff --git a/src/account.c b/src/account.c index 6ff7aa0..035e3c6 100644 --- a/src/account.c +++ b/src/account.c @@ -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; }