mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-15 09:11:28 +10:00
refactor(logging): Using more appropriate logging statements
Still probably needs some work, but that's enough for now
This commit is contained in:
@ -190,7 +190,7 @@ fn handle_invalid_database(
|
||||
base.set_file_name(format!("drop.db.backup-{}", time.to_string()));
|
||||
base
|
||||
};
|
||||
info!("{:?}", new_path);
|
||||
info!("old database stored at: {}", new_path.to_string_lossy().to_string());
|
||||
fs::rename(&db_path, &new_path).unwrap();
|
||||
|
||||
let db = Database::new(
|
||||
|
||||
Reference in New Issue
Block a user