From 31353099a886fc4fac4293989330847ea51e44d0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 24 Jun 2012 23:41:32 +0200 Subject: add a debug message for showing starting of instances --- service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service.c') diff --git a/service.c b/service.c index 1f1b1a8..aeef7a7 100644 --- a/service.c +++ b/service.c @@ -19,7 +19,7 @@ service_instance_add(struct service *s, struct blob_attr *attr) if (!in) return; - instance_init(in, attr); + instance_init(in, s, attr); vlist_add(&s->instances, &in->node, (void *) name); } -- cgit v1.2.3