diff options
-rw-r--r-- | crates/yt/src/storage/video_database/set/mod.rs | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/crates/yt/src/storage/video_database/set/mod.rs b/crates/yt/src/storage/video_database/set/mod.rs index 8c1be4a..1b19011 100644 --- a/crates/yt/src/storage/video_database/set/mod.rs +++ b/crates/yt/src/storage/video_database/set/mod.rs @@ -92,10 +92,7 @@ pub async fn video_status( let now = Utc::now().timestamp(); - debug!( - "Running status change: {:#?} -> {:#?}...", - old_marker, new_status, - ); + debug!("Running status change: {old_marker:#?} -> {new_status:#?}...",); let new_status = new_status.as_db_integer(); let new_priority = new_priority.as_db_integer(); @@ -121,10 +118,7 @@ pub async fn video_status( let now = Utc::now().timestamp(); - debug!( - "Running status change: {:#?} -> {:#?}...", - old_marker, new_status, - ); + debug!("Running status change: {old_marker:#?} -> {new_status:#?}...",); let new_status = new_status.as_db_integer(); query!( |