projects
/
oweals
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ffeaae
)
turn instance exit message into a debug message
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 31 May 2013 15:11:54 +0000
(17:11 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 31 May 2013 15:12:02 +0000
(17:12 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
instance.c
patch
|
blob
|
history
diff --git
a/instance.c
b/instance.c
index b2cdfa1dd57397d4e36d7886d8f5bafa5e710f23..1c2d8ba74e8a2570c9b2bdd8f8f2a451a7f16efc 100644
(file)
--- 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);