summaryrefslogtreecommitdiff
path: root/src/bin/pg_combinebackup/load_manifest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_combinebackup/load_manifest.c')
-rw-r--r--src/bin/pg_combinebackup/load_manifest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_combinebackup/load_manifest.c b/src/bin/pg_combinebackup/load_manifest.c
index a7bb72d16c1..be8e6273fcb 100644
--- a/src/bin/pg_combinebackup/load_manifest.c
+++ b/src/bin/pg_combinebackup/load_manifest.c
@@ -122,7 +122,7 @@ load_backup_manifest(char *backup_directory)
{
if (errno == ENOENT)
{
- pg_log_warning("\"%s\" does not exist", pathname);
+ pg_log_warning("file \"%s\" does not exist", pathname);
return NULL;
}
pg_fatal("could not open file \"%s\": %m", pathname);