summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-07 22:00:59 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-07 22:00:59 +0000
commite1395a170449f8d4911f1e7db2ad7338d0c3326c (patch)
tree26e8eb094ab66b3c5e5b54de3a7e4e0b253ab10e /src/lib
parent070e62d79b895c0b1ce31d69594973ced72f699b (diff)
Tweak log.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/matcher.cc2
1 files changed, 1 insertions, 1 deletions
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.