projects
/
platform
/
core
/
api
/
job-scheduler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f8e85
)
Fix a wrong log format
13/194713/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 7 Dec 2018 05:02:26 +0000
(14:02 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 7 Dec 2018 05:02:59 +0000
(14:02 +0900)
Change-Id: I653197ea2d893e19349bf9ef97096e2487324990
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/job_scheduler.c
patch
|
blob
|
history
diff --git
a/src/job_scheduler.c
b/src/job_scheduler.c
index 97345fdefffcdea338a15f52fc3c900dbae476de..c67feacdbef171b0cc62e94c2453705543ec2696 100644
(file)
--- a/
src/job_scheduler.c
+++ b/
src/job_scheduler.c
@@
-705,7
+705,7
@@
static int __add_int_attr_eq(ctx_sched_job_context_h context,
r = ctx_sched_job_context_attribute_add_eq_int(context, name, value);
if (r != 0) {
/* LCOV_EXCL_START */
- _E("Failed to add integer value(%
s
) - %d", value, r);
+ _E("Failed to add integer value(%
d
) - %d", value, r);
return r;
/* LCOV_EXCL_STOP */
}