Tweak log.
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Mar 2013 22:00:59 +0000 (22:00 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Mar 2013 22:00:59 +0000 (22:00 +0000)
src/lib/matcher.cc

index a751e7297b94f5f644f399bf8ffbe04dddb0e039..883f1a42a336f8d8647d8e0953f9baa35937048c 100644 (file)
@@ -163,7 +163,7 @@ Matcher::match (double extra_video_needed)
                /* Emit silence */
                
                int64_t to_do = -extra_video_needed * _sample_rate;
-               _log->log (String::compose (N_("Emitted %1 frames of silence"), to_do));
+               _log->log (String::compose (N_("Emitting %1 frames of silence"), to_do));
 
                /* Do things in half second blocks as I think there may be limits
                   to what FFmpeg (and in particular the resampler) can cope with.