change log level to warning

This commit is contained in:
jb-alvarado 2022-05-15 21:15:32 +02:00
parent e59d9b1f9e
commit 71c971a6e6

View File

@ -511,7 +511,7 @@ fn handle_list_end(mut node: Media, total_delta: f64) -> Media {
return node;
} else {
error!("Playlist is not long enough: <yellow>{total_delta:.2}</> seconds needed");
warn!("Playlist is not long enough: <yellow>{total_delta:.2}</> seconds needed");
}
node.process = Some(true);