projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8570114
)
Error message capitalization fix
author
Magnus Hagander
Thu, 7 Jun 2012 09:30:31 +0000
(11:30 +0200)
committer
Magnus Hagander
Sun, 10 Jun 2012 10:02:52 +0000
(12:02 +0200)
src/bin/pg_basebackup/receivelog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/receivelog.c
b/src/bin/pg_basebackup/receivelog.c
index 48ab385c48bcc5b0a4e2b023ca6cb31708cced7c..663977185238c5b4d6efc41ffe3769506b60e5f3 100644
(file)
--- a/
src/bin/pg_basebackup/receivelog.c
+++ b/
src/bin/pg_basebackup/receivelog.c
@@
-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:
C
ould not open WAL segment %s: %s\n"),
+ fprintf(stderr, _("%s:
c
ould not open WAL segment %s: %s\n"),
progname, fn, strerror(errno));
return -1;
}