Skip to content

Commit 67f8500

Browse files
committed
fix: correct debug message
1 parent 714ffce commit 67f8500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql_archive/src/archive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ pub async fn extract(bytes: &Bytes, out_dir: &Path) -> Result<()> {
398398

399399
if out_dir.exists() {
400400
debug!(
401-
"Directory already exists {}; skipping name and removing extraction directory: {}",
401+
"Directory already exists {}; skipping rename and removing extraction directory: {}",
402402
out_dir.to_string_lossy(),
403403
extract_dir.to_string_lossy()
404404
);

0 commit comments

Comments
 (0)