Add missing arguments 72/11972/1
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 8 Nov 2013 13:25:48 +0000 (22:25 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 8 Nov 2013 13:25:48 +0000 (22:25 +0900)
Change-Id: I00f2cffaaaf8552efe6053d284e663fcd6247e9a

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;
        }