From e1395a170449f8d4911f1e7db2ad7338d0c3326c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 7 Mar 2013 22:00:59 +0000 Subject: [PATCH] Tweak log. --- src/lib/matcher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/matcher.cc b/src/lib/matcher.cc index a751e7297..883f1a42a 100644 --- a/src/lib/matcher.cc +++ b/src/lib/matcher.cc @@ -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. -- 2.30.2