change waring about clip length

This commit is contained in:
jb-alvarado 2023-02-15 07:54:52 +01:00
parent 6c09e6dd5e
commit 0e2655ce24

View File

@ -563,7 +563,7 @@ fn handle_list_end(
node.seek + total_delta node.seek + total_delta
} else { } else {
if node.duration > total_delta { if node.duration > total_delta {
warn!("Clip length is not in time, new duration is: <yellow>{total_delta:.2}</>"); warn!("Adjust clip duration to: <yellow>{total_delta:.2}</>");
} }
total_delta total_delta