Make message more consistent

This commit is contained in:
Alvaro Herrera 2011-05-30 12:40:28 -04:00
parent 7de38741c0
commit 5177dfefc5
1 changed files with 1 additions and 1 deletions

View File

@ -905,7 +905,7 @@ BaseBackup(void)
}
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);
disconnect_and_exit(1);
}