mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-11 11:41:33 +02:00
change elevel to VERBOSE for message about file truncate in restore_data_file()
This commit is contained in:
parent
cf3c69e906
commit
31b9da4fb7
@ -798,7 +798,7 @@ restore_data_file(const char *to_path, pgFile *file, bool allow_truncate,
|
||||
if (ftruncate(fileno(out), write_pos) != 0)
|
||||
elog(ERROR, "cannot truncate \"%s\": %s",
|
||||
file->path, strerror(errno));
|
||||
elog(INFO, "Delta truncate file %s to block %u",
|
||||
elog(VERBOSE, "Delta truncate file %s to block %u",
|
||||
file->path, truncate_from);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user