From ef86e35932ffafb43644169ea33b849f58873256 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 31 May 2013 17:11:54 +0200 Subject: [PATCH] turn instance exit message into a debug message Signed-off-by: Felix Fietkau --- instance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance.c b/instance.c index b2cdfa1..1c2d8ba 100644 --- a/instance.c +++ b/instance.c @@ -126,7 +126,7 @@ instance_exit(struct uloop_process *p, int ret) struct service_instance *in; in = container_of(p, struct service_instance, proc); - LOG("Instance %s::%s exit with error code %d\n", in->srv->name, in->name, ret); + DEBUG(1, "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.30.2