fix: log in backup.rs

This commit is contained in:
charles-gauthereau
2026-03-16 12:32:57 +01:00
parent 5ec7bc9f28
commit fc4e4e3881
+1 -1
View File
@@ -10,7 +10,7 @@ pub async fn run(
file_extension: &'static str,
) -> Result<PathBuf> {
tokio::task::spawn_blocking(move || -> Result<PathBuf> {
debug!("Starting Redis backup for database {}", cfg.name);
debug!("Starting Valkey backup for database {}", cfg.name);
let file_path = backup_dir.join(format!("{}{}", cfg.generated_id, file_extension));