@@ -574,7 +574,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
574574if (symlink (& copybuf [157 ],fn )!= 0 )
575575{
576576fprintf (stderr ,
577- _ ("%s: could not create symbolic link from%s to%s : %s\n" ),
577+ _ ("%s: could not create symbolic link from\"%s\" to\"%s\" : %s\n" ),
578578progname ,fn ,& copybuf [157 ],strerror (errno ));
579579disconnect_and_exit (1 );
580580}
@@ -659,7 +659,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
659659
660660if (file != NULL )
661661{
662- fprintf (stderr ,_ ("%s: last file was never finished\n" ),progname );
662+ fprintf (stderr ,_ ("%s:COPY stream ended before last file was finished\n" ),progname );
663663disconnect_and_exit (1 );
664664}
665665
@@ -780,7 +780,7 @@ BaseBackup(void)
780780
781781if (PQsendQuery (conn ,current_path )== 0 )
782782{
783- fprintf (stderr ,_ ("%s: could notstart base backup: %s" ),
783+ fprintf (stderr ,_ ("%s: could notsend base backup command : %s" ),
784784progname ,PQerrorMessage (conn ));
785785disconnect_and_exit (1 );
786786}
@@ -876,7 +876,7 @@ BaseBackup(void)
876876res = PQgetResult (conn );
877877if (PQresultStatus (res )!= PGRES_TUPLES_OK )
878878{
879- fprintf (stderr ,_ ("%s: could not getend xlog position from server\n" ),
879+ fprintf (stderr ,_ ("%s: could not getWAL end position from server\n" ),
880880progname );
881881disconnect_and_exit (1 );
882882}