diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-04-12 17:58:38 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-04-12 17:58:38 +0200 |
commit | e2a585bba8402e9a1f4db2340a515f27d4d80cd7 (patch) | |
tree | 2e140f4e65eb95662dd360bfc0630e05b618bdb4 | |
parent | a138fda9841c46e28de93e32aee62956e26556b1 (diff) |
reduce verbosity
Change-Id: I625dd517912461bb55f298a11a5eb37adc92293b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/jobs.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -325,8 +325,6 @@ static void thread_run(volatile struct thread *me) threads = (struct thread*)me; current = (struct thread*)me; - NOTICE("job thread starting %d(/%d) %s", started, allowed, me->upper ? "child" : "parent"); - /* loop until stopped */ me->events = NULL; while (!me->stop) { @@ -375,7 +373,6 @@ static void thread_run(volatile struct thread *me) } } } - NOTICE("job thread stoping %d(/%d) %s", started, allowed, me->upper ? "child" : "parent"); /* unlink the current thread and cleanup */ prv = &threads; |