Skip to content

Commit 4b8f285

Browse files
committed
Adjust the SSL connection notification message
Suggested by Tom
1 parent 5254958 commit 4b8f285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/init/postinit.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ PerformAuthentication(Port *port)
234234
#ifdef USE_SSL
235235
if (port->ssl)
236236
ereport(LOG,
237-
(errmsg("replication connection authorized: user=%s SSL(protocol: %s, cipher: %s) enabled",
237+
(errmsg("replication connection authorized: user=%s SSL enabled (protocol=%s, cipher=%s)",
238238
port->user_name, SSL_get_version(port->ssl), SSL_get_cipher(port->ssl))));
239239
else
240240
#endif
@@ -247,7 +247,7 @@ PerformAuthentication(Port *port)
247247
#ifdef USE_SSL
248248
if (port->ssl)
249249
ereport(LOG,
250-
(errmsg("connection authorized: user=%s database=%s SSL(protocol: %s, cipher: %s) enabled",
250+
(errmsg("connection authorized: user=%s database=%s SSL enabled (protocol=%s, cipher=%s)",
251251
port->user_name, port->database_name, SSL_get_version(port->ssl), SSL_get_cipher(port->ssl))));
252252
else
253253
#endif

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