projects
/
platform
/
core
/
api
/
context.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ceda09
)
[Non-ACR] Improved logs for debugging
95/228795/2
accepted/tizen/5.5/unified/20200326.232345
submit/tizen_5.5/20200326.043809
author
Abhishek Vijay
<abhishek.v@samsung.com>
Wed, 25 Mar 2020 13:45:01 +0000
(19:15 +0530)
committer
Abhishek Vijay
<abhishek.v@samsung.com>
Wed, 25 Mar 2020 14:05:50 +0000
(14:05 +0000)
Change-Id: I612cc1fc5ea8b83326341adf77e81cf5ab7d135d
Signed-off-by: Abhishek Vijay <abhishek.v@samsung.com>
src/history/context_history.cpp
patch
|
blob
|
history
diff --git
a/src/history/context_history.cpp
b/src/history/context_history.cpp
index 678e59be418e07ac8d4e1f0b0e1fb9dc30d31602..9c6d0498f44f6e8c9fbe1c4272802c798a789498 100644
(file)
--- 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;
}