Skip to content

Commit f4d5d62

Browse files
committed
Make message fit guidelines.
1 parent 2d480b9 commit f4d5d62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/interfaces/libpq/fe-secure.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-secure.c,v 1.31 2003/09/27 15:32:48 momjian Exp $
14+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-secure.c,v 1.32 2003/09/29 16:38:04 petere Exp $
1515
*
1616
* NOTES
1717
* The client *requires* a valid server certificate. Since
@@ -327,7 +327,7 @@ pqsecure_read(PGconn *conn, void *ptr, size_t len)
327327
break;
328328
default:
329329
printfPQExpBuffer(&conn->errorMessage,
330-
libpq_gettext("Unknown SSL error code\n"));
330+
libpq_gettext("unrecognized SSL error code\n"));
331331
n = -1;
332332
break;
333333
}
@@ -398,7 +398,7 @@ pqsecure_write(PGconn *conn, const void *ptr, size_t len)
398398
break;
399399
default:
400400
printfPQExpBuffer(&conn->errorMessage,
401-
libpq_gettext("Unknown SSL error code\n"));
401+
libpq_gettext("unrecognized SSL error code\n"));
402402
n = -1;
403403
break;
404404
}
@@ -926,7 +926,7 @@ open_client_SSL(PGconn *conn)
926926

927927
default:
928928
printfPQExpBuffer(&conn->errorMessage,
929-
libpq_gettext("Unknown SSL error code\n"));
929+
libpq_gettext("unrecognized SSL error code\n"));
930930
close_SSL(conn);
931931
return PGRES_POLLING_FAILED;
932932
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy