diff options
Diffstat (limited to 'src/fe_utils/archive.c')
-rw-r--r-- | src/fe_utils/archive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe_utils/archive.c b/src/fe_utils/archive.c index 490a5081364..f194809d53b 100644 --- a/src/fe_utils/archive.c +++ b/src/fe_utils/archive.c @@ -95,7 +95,7 @@ RestoreArchivedFile(const char *path, const char *xlogfname, * fatal too. */ if (wait_result_is_any_signal(rc, true)) - pg_fatal("restore_command failed: %s", + pg_fatal("\"restore_command\" failed: %s", wait_result_to_str(rc)); /* |