From 0e2655ce24cfeb14626bbc4483784d673ef1ceec Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Wed, 15 Feb 2023 07:54:52 +0100 Subject: [PATCH] change waring about clip length --- ffplayout-engine/src/input/playlist.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffplayout-engine/src/input/playlist.rs b/ffplayout-engine/src/input/playlist.rs index 5965f997..394bccb1 100644 --- a/ffplayout-engine/src/input/playlist.rs +++ b/ffplayout-engine/src/input/playlist.rs @@ -563,7 +563,7 @@ fn handle_list_end( node.seek + total_delta } else { if node.duration > total_delta { - warn!("Clip length is not in time, new duration is: {total_delta:.2}"); + warn!("Adjust clip duration to: {total_delta:.2}"); } total_delta