summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-13 21:30:16 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-13 21:30:16 +0000
commit0eed8c6c205fe85fb1094d7a9b0a2f3d7eeeb698 (patch)
tree846c063a03637f6d3c8de4a38a1cc382e9ea56b4 /src/lib/encoder.cc
parent670cb0ea8154ab8b62f231448827006ff126f93f (diff)
Trim logging slightly.
Diffstat (limited to 'src/lib/encoder.cc')
-rw-r--r--src/lib/encoder.cc2
1 files changed, 1 insertions, 1 deletions
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<ServerDescription> server)
TIMING ("encoder thread %1 wakes with queue of %2", boost::this_thread::get_id(), _queue.size());
shared_ptr<DCPVideoFrame> 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 ();