there that's actually better
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2026-02-03 10:51:51 -06:00
parent 16ebbec4c4
commit 03f01c371f

View file

@ -664,7 +664,7 @@ impl Model<Song> {
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"
);
}
}