Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1bd3dd0

Browse files
committed
Fix fault in message.
1 parent 220b261 commit 1bd3dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-connect.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.167 2001/07/15 13:45:04 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.168 2001/07/16 20:05:51 petere Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -710,7 +710,7 @@ connectMakeNonblocking(PGconn *conn)
710710
#endif
711711
{
712712
printfPQExpBuffer(&conn->errorMessage,
713-
libpq_gettext("could not socket to non-blocking mode: %s\n"),
713+
libpq_gettext("could not set socket to non-blocking mode: %s\n"),
714714
strerror(errno));
715715
return 0;
716716
}

0 commit comments

Comments
 (0)