summaryrefslogtreecommitdiffstats
path: root/trigger.c
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-07-10 07:58:44 +0200
committerJohn Crispin <blogic@openwrt.org>2013-07-10 12:49:02 +0200
commit35f0336c12d77226f4856d3d04415fbfee93b233 (patch)
treeed3cd05762a55b16c792ae67570972afa0934a9e /trigger.c
parent14f1faba725c14fbcc50a89994c0185262b7f3cb (diff)
downloadunitd-35f0336c12d77226f4856d3d04415fbfee93b233.tar
unitd-35f0336c12d77226f4856d3d04415fbfee93b233.zip
fix service level triggers
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'trigger.c')
-rw-r--r--trigger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trigger.c b/trigger.c
index cecc6a6..d14101e 100644
--- a/trigger.c
+++ b/trigger.c
@@ -84,7 +84,7 @@ static void q_job_run(struct runqueue *q, struct runqueue_task *t)
{
struct job *j = container_of(t, struct job, proc.task);
- LOG("handle event %s\n", j->cmd->name);
+ DEBUG(2, "handle event %s\n", j->cmd->name);
j->cmd->handler(j, j->exec, j->env);
}