mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Error message capitalization fix
This commit is contained in:
parent
8570114dc1
commit
7c1abc00fa
@ -62,7 +62,7 @@ open_walfile(XLogRecPtr startpoint, uint32 timeline, char *basedir, char *namebu
|
||||
f = open(fn, O_WRONLY | O_CREAT | PG_BINARY, S_IRUSR | S_IWUSR);
|
||||
if (f == -1)
|
||||
{
|
||||
fprintf(stderr, _("%s: Could not open WAL segment %s: %s\n"),
|
||||
fprintf(stderr, _("%s: could not open WAL segment %s: %s\n"),
|
||||
progname, fn, strerror(errno));
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user