This commit is contained in:
parent
16ebbec4c4
commit
03f01c371f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue