Skip to content

Commit 1eff9fc

Browse files
committed
clarify Log message about restored file
1 parent a5435ca commit 1eff9fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

restore.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,8 @@ restore_files(void *arg)
677677
copy_file(from_root, pgdata, file);
678678

679679
/* print size of restored file */
680-
elog(LOG, "restored %lu\n", (unsigned long) file->write_size);
680+
elog(LOG, "Restored file %s : %lu bytes",
681+
file->path, (unsigned long) file->write_size);
681682
}
682683
}
683684

0 commit comments

Comments
 (0)