From: Abhishek Vijay Date: Wed, 25 Mar 2020 13:45:01 +0000 (+0530) Subject: [Non-ACR] Improved logs for debugging X-Git-Tag: submit/tizen_5.5/20200326.043809^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff0aa320ab693889ee095e0649af4b7a40868ce7;p=platform%2Fcore%2Fapi%2Fcontext.git [Non-ACR] Improved logs for debugging Change-Id: I612cc1fc5ea8b83326341adf77e81cf5ab7d135d Signed-off-by: Abhishek Vijay --- diff --git a/src/history/context_history.cpp b/src/history/context_history.cpp index 678e59b..9c6d049 100644 --- a/src/history/context_history.cpp +++ b/src/history/context_history.cpp @@ -297,7 +297,7 @@ EXPORT_API int context_history_record_get_int(context_history_record_h record, c *val = value; - _D("value : [%d][%" PRId64 "]", *val, value); + _D("index [%d] value [%d][%" PRId64 "]", index, *val, value); return CONTEXT_HISTORY_ERROR_NONE; }