Trim logging slightly.
authorCarl Hetherington <cth@carlh.net>
Wed, 13 Nov 2013 21:30:16 +0000 (21:30 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 13 Nov 2013 21:30:16 +0000 (21:30 +0000)
src/lib/encoder.cc

index ecbf2e5bf87ca0bbc046ffa4f39fbac2ea874a3a..059c4014cf40b2e6be8862f1ea112854c2663096 100644 (file)
@@ -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 ();