mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-28 09:33:54 +02:00
clarify Log message about restored file
This commit is contained in:
parent
a5435cacad
commit
1eff9fce50
@ -677,7 +677,8 @@ restore_files(void *arg)
|
|||||||
copy_file(from_root, pgdata, file);
|
copy_file(from_root, pgdata, file);
|
||||||
|
|
||||||
/* print size of restored file */
|
/* print size of restored file */
|
||||||
elog(LOG, "restored %lu\n", (unsigned long) file->write_size);
|
elog(LOG, "Restored file %s : %lu bytes",
|
||||||
|
file->path, (unsigned long) file->write_size);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user