From 483f9b64be74f16de439e7621f8715b01c91bd69 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Sat, 13 Jun 2020 16:58:52 +0300 Subject: [PATCH] Change wording in elog message --- src/restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/restore.c b/src/restore.c index d4907d34..7c863c6c 100644 --- a/src/restore.c +++ b/src/restore.c @@ -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);