This commit is contained in:
parent
85362c7d6e
commit
16ebbec4c4
1 changed files with 4 additions and 1 deletions
|
|
@ -662,7 +662,10 @@ impl Model<Song> {
|
|||
}
|
||||
}
|
||||
Err(e) => {
|
||||
error!("Could not convert song: {e}");
|
||||
error!(
|
||||
song_empty = song.is_empty(),
|
||||
"Could not convert song: {e}: If the song doesn't have any verses, that would be why"
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue