diff --git a/src/core/songs.rs b/src/core/songs.rs index 0ae2791..b61ae9a 100644 --- a/src/core/songs.rs +++ b/src/core/songs.rs @@ -662,7 +662,10 @@ impl Model { } } 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" + ); } } }