We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5435ca commit 1eff9fcCopy full SHA for 1eff9fc
restore.c
@@ -677,7 +677,8 @@ restore_files(void *arg)
677
copy_file(from_root, pgdata, file);
678
679
/* print size of restored file */
680
- elog(LOG, "restored %lu\n", (unsigned long) file->write_size);
+ elog(LOG, "Restored file %s : %lu bytes",
681
+ file->path, (unsigned long) file->write_size);
682
}
683
684
0 commit comments