change log level to warning
This commit is contained in:
parent
e59d9b1f9e
commit
71c971a6e6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user