Skip to content

Commit 7c1abc0

Browse files
committed
Error message capitalization fix
1 parent 8570114 commit 7c1abc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/receivelog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ open_walfile(XLogRecPtr startpoint, uint32 timeline, char *basedir, char *namebu
6262
f = open(fn, O_WRONLY | O_CREAT | PG_BINARY, S_IRUSR | S_IWUSR);
6363
if (f == -1)
6464
{
65-
fprintf(stderr, _("%s: Could not open WAL segment %s: %s\n"),
65+
fprintf(stderr, _("%s: could not open WAL segment %s: %s\n"),
6666
progname, fn, strerror(errno));
6767
return -1;
6868
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy