From 8a4c2dbb6e9e15af98c0edb494d7ac1f74412360 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 25 Nov 2016 00:53:20 +0000 Subject: [PATCH] Fix typo. --- src/lib/ffmpeg_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 463d2cd80..c732a5173 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -423,7 +423,7 @@ FFmpegDecoder::decode_audio_packet () } if (ct < ContentTime()) { - LOG_WARNING ("Crazy timestamp %s", to_string (ct)); + LOG_WARNING ("Crazy timestamp %1", to_string (ct)); } audio->set_position (ct); -- 2.30.2