From 0eed8c6c205fe85fb1094d7a9b0a2f3d7eeeb698 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 13 Nov 2013 21:30:16 +0000 Subject: Trim logging slightly. --- src/lib/encoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/encoder.cc') diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index ecbf2e5bf..059c4014c 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -277,7 +277,7 @@ Encoder::encoder_thread (optional server) TIMING ("encoder thread %1 wakes with queue of %2", boost::this_thread::get_id(), _queue.size()); shared_ptr vf = _queue.front (); - _film->log()->log (String::compose (N_("Encoder thread %1 pops frame %2 (%3) from queue"), boost::this_thread::get_id(), vf->frame(), vf->eyes ())); + TIMING ("encoder thread %1 pops frame %2 (%3) from queue", boost::this_thread::get_id(), vf->frame(), vf->eyes ()); _queue.pop_front (); lock.unlock (); -- cgit v1.2.3