pg_basebackup: Add missing newline to error message
This commit is contained in:
parent
176c70b9f2
commit
c768cf616d
@ -512,7 +512,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
|
||||
{
|
||||
if (PQgetlength(res, rownum, 1) >= MAXPGPATH)
|
||||
{
|
||||
fprintf(stderr, _("%s: received invalid directory (too long): %s"),
|
||||
fprintf(stderr, _("%s: received invalid directory (too long): %s\n"),
|
||||
progname, PQgetvalue(res, rownum, 1));
|
||||
disconnect_and_exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user