From c90c56d457427ee310f356bd140f8afd4fb446f0 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Wed, 18 May 2016 10:35:25 -0600 Subject: work: add log to track work object shutdown --- libhb/work.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libhb/work.c') diff --git a/libhb/work.c b/libhb/work.c index 858f69940..00573fce1 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -1907,6 +1907,7 @@ void hb_work_loop( void * _w ) // Consume data in incoming fifo till job completes so that // residual data does not stall the pipeline. There can be // residual data during point-to-point encoding. + hb_deep_log(3, "worker %s waiting to die", w->name); while ((w->die == NULL || !*w->die) && !*w->done && w->fifo_in != NULL) { -- cgit v1.2.3