projects
/
platform
/
framework
/
web
/
data-provider-slave.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
050c8b5
)
Add missing arguments
72/11972/1
author
Sung-jae Park
<nicesj.park@samsung.com>
Fri, 8 Nov 2013 13:25:48 +0000
(22:25 +0900)
committer
Sung-jae Park
<nicesj.park@samsung.com>
Fri, 8 Nov 2013 13:25:48 +0000
(22:25 +0900)
Change-Id: I00f2cffaaaf8552efe6053d284e663fcd6247e9a
src/lb.c
patch
|
blob
|
history
diff --git
a/src/lb.c
b/src/lb.c
index
1d82a88
..
ac457a8
100644
(file)
--- a/
src/lb.c
+++ b/
src/lb.c
@@
-1438,7
+1438,7
@@
HAPI int lb_system_event(const char *pkgname, const char *id, int event)
inst = so_find_instance(pkgname, id);
if (!inst) {
- ErrPrint("instance %s - %s is not created\n");
+ ErrPrint("instance %s - %s is not created\n"
, pkgname, id
);
return LB_STATUS_ERROR_INVALID;
}