Commit 5177dfef authored by Alvaro Herrera's avatar Alvaro Herrera

Make message more consistent

parent 7de38741
...@@ -905,7 +905,7 @@ BaseBackup(void) ...@@ -905,7 +905,7 @@ BaseBackup(void)
} }
if (PQntuples(res) != 1) if (PQntuples(res) != 1)
{ {
fprintf(stderr, _("%s: no end point returned from server\n"), fprintf(stderr, _("%s: no WAL end position returned from server\n"),
progname); progname);
disconnect_and_exit(1); disconnect_and_exit(1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment