mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-28 09:33:54 +02:00
Change wording in elog message
This commit is contained in:
parent
bfdabf375b
commit
483f9b64be
@ -1126,7 +1126,7 @@ restore_files(void *arg)
|
||||
strerror(errno));
|
||||
|
||||
if (!dest_file->is_datafile || dest_file->is_cfs)
|
||||
elog(VERBOSE, "Restoring non-data file: \"%s\"", to_fullpath);
|
||||
elog(VERBOSE, "Restoring nonedata file: \"%s\"", to_fullpath);
|
||||
else
|
||||
elog(VERBOSE, "Restoring data file: \"%s\"", to_fullpath);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user