From: Tom Lane Date: Sun, 8 May 2016 05:37:07 +0000 (-0400) Subject: Fix poorly-worded log message. X-Git-Tag: REL9_6_BETA1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9eb7a0ac6b24804dcc90e42e533aa1b7b585d8e2;p=postgresql Fix poorly-worded log message. Euler Taveira --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index f9644db0c3..b473f1914e 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -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)));