diff --git a/src/core/songs.rs b/src/core/songs.rs index b61ae9a..df955d0 100644 --- a/src/core/songs.rs +++ b/src/core/songs.rs @@ -664,7 +664,7 @@ impl Model { Err(e) => { error!( song_empty = song.is_empty(), - "Could not convert song: {e}: If the song doesn't have any verses, that would be why" + "Could not convert song: {e}: the song is likely broken from an old format if it isn't empty" ); } }