summaryrefslogtreecommitdiff
path: root/src/backend/archive/shell_archive.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/archive/shell_archive.c')
-rw-r--r--src/backend/archive/shell_archive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/archive/shell_archive.c b/src/backend/archive/shell_archive.c
index 506c5a30ad2..4de7e66f6eb 100644
--- a/src/backend/archive/shell_archive.c
+++ b/src/backend/archive/shell_archive.c
@@ -48,7 +48,7 @@ shell_archive_configured(ArchiveModuleState *state)
if (XLogArchiveCommand[0] != '\0')
return true;
- arch_module_check_errdetail("%s is not set.",
+ arch_module_check_errdetail("\"%s\" is not set.",
"archive_command");
return false;
}