1
0
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:
Grigory Smolkin 2020-06-13 16:58:52 +03:00
parent bfdabf375b
commit 483f9b64be

View File

@ -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);