10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.111 2003/08/04 02:39:59 momjian Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.112 2003/09/05 03:57:13 momjian Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
@@ -1292,7 +1292,7 @@ ident_inet(const SockAddr remote_addr,
1292
1292
{
1293
1293
ereport (LOG ,
1294
1294
(errcode_for_socket_access (),
1295
- errmsg ("could not connect to IDENT server at address \"%s\", port %s) : %m" ,
1295
+ errmsg ("could not connect to IDENT server at address \"%s\", port %s: %m" ,
1296
1296
remote_addr_s , ident_port )));
1297
1297
ident_return = false;
1298
1298
goto ident_inet_done ;
@@ -1312,7 +1312,7 @@ ident_inet(const SockAddr remote_addr,
1312
1312
{
1313
1313
ereport (LOG ,
1314
1314
(errcode_for_socket_access (),
1315
- errmsg ("could not send query to IDENT server at address \"%s\", port %s) : %m" ,
1315
+ errmsg ("could not send query to IDENT server at address \"%s\", port %s: %m" ,
1316
1316
remote_addr_s , ident_port )));
1317
1317
ident_return = false;
1318
1318
goto ident_inet_done ;
@@ -1327,7 +1327,7 @@ ident_inet(const SockAddr remote_addr,
1327
1327
{
1328
1328
ereport (LOG ,
1329
1329
(errcode_for_socket_access (),
1330
- errmsg ("could not receive response from IDENT server at address \"%s\", port %s) : %m" ,
1330
+ errmsg ("could not receive response from IDENT server at address \"%s\", port %s: %m" ,
1331
1331
remote_addr_s , ident_port )));
1332
1332
ident_return = false;
1333
1333
goto ident_inet_done ;
0 commit comments