mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 11:50:33 -05:00
Fix poorly-worded log message.
Euler Taveira
This commit is contained in:
parent
4768cc4565
commit
9eb7a0ac6b
1 changed files with 1 additions and 1 deletions
|
|
@ -6179,7 +6179,7 @@ StartupXLOG(void)
|
|||
TABLESPACE_MAP, TABLESPACE_MAP_OLD)));
|
||||
else
|
||||
ereport(LOG,
|
||||
(errmsg("ignoring \"%s\" file because no \"%s\" file exists",
|
||||
(errmsg("ignoring file \"%s\" because no file \"%s\" exists",
|
||||
TABLESPACE_MAP, BACKUP_LABEL_FILE),
|
||||
errdetail("Could not rename file \"%s\" to \"%s\": %m.",
|
||||
TABLESPACE_MAP, TABLESPACE_MAP_OLD)));
|
||||
|
|
|
|||
Loading…
Reference in a new issue