Skip to content

Commit 483f9b6

Browse files
committed
Change wording in elog message
1 parent bfdabf3 commit 483f9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ restore_files(void *arg)
11261126
strerror(errno));
11271127

11281128
if (!dest_file->is_datafile || dest_file->is_cfs)
1129-
elog(VERBOSE, "Restoring non-data file: \"%s\"", to_fullpath);
1129+
elog(VERBOSE, "Restoring nonedata file: \"%s\"", to_fullpath);
11301130
else
11311131
elog(VERBOSE, "Restoring data file: \"%s\"", to_fullpath);
11321132

0 commit comments

Comments
 (0)