From 5c40cd4ad2774f743b653257f5ca4dff857becdf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 24 Jun 2012 23:42:44 +0200 Subject: [PATCH] add a debug message for showing exit of instances --- instance.c | 1 + 1 file changed, 1 insertion(+) diff --git a/instance.c b/instance.c index f530ba5..cc839d7 100644 --- a/instance.c +++ b/instance.c @@ -86,6 +86,7 @@ instance_exit(struct uloop_process *p, int ret) struct service_instance *in; in = container_of(p, struct service_instance, proc); + DPRINTF("Instance %s::%s exit with error code %d\n", in->srv->name, in->name, ret); uloop_timeout_cancel(&in->timeout); if (in->restart) instance_start(in); -- 2.11.0