X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fjobs.c;h=8f51cc99842aa82bfc9770ce7226c96f060bd82b;hb=e2a585bba8402e9a1f4db2340a515f27d4d80cd7;hp=17deb88eaeb4924a6ecd7032490b438992a9cf0f;hpb=a138fda9841c46e28de93e32aee62956e26556b1;p=src%2Fapp-framework-binder.git diff --git a/src/jobs.c b/src/jobs.c index 17deb88e..8f51cc99 100644 --- a/src/jobs.c +++ b/src/jobs.c @@ -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;