We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8570114 commit 7c1abc0Copy full SHA for 7c1abc0
src/bin/pg_basebackup/receivelog.c
@@ -62,7 +62,7 @@ open_walfile(XLogRecPtr startpoint, uint32 timeline, char *basedir, char *namebu
62
f = open(fn, O_WRONLY | O_CREAT | PG_BINARY, S_IRUSR | S_IWUSR);
63
if (f == -1)
64
{
65
- fprintf(stderr, _("%s: Could not open WAL segment %s: %s\n"),
+ fprintf(stderr, _("%s: could not open WAL segment %s: %s\n"),
66
progname, fn, strerror(errno));
67
return -1;
68
}
0 commit comments