diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-07 22:00:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-07 22:00:59 +0000 |
| commit | e1395a170449f8d4911f1e7db2ad7338d0c3326c (patch) | |
| tree | 26e8eb094ab66b3c5e5b54de3a7e4e0b253ab10e /src/lib | |
| parent | 070e62d79b895c0b1ce31d69594973ced72f699b (diff) | |
Tweak log.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/matcher.cc | 2 |
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. |
