logging & some deps stuff

This commit is contained in:
OMGeeky
2024-04-20 18:23:38 +02:00
parent d43965a241
commit 23f974525e
4 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ pub enum UploaderError {
#[error("Could not load config")]
LoadConfig(#[source] anyhow::Error),
#[error("Some error with the database")]
#[error("Some error with the database: {0:?}")]
OpenDatabase(#[from] twba_local_db::re_exports::sea_orm::DbErr),
#[error("Error with some Youtube operation: {0} ")]