Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4b8f285

Browse files
committed
Adjust the SSL connection notification message
Suggested by Tom
1 parent5254958 commit4b8f285

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
#ifdefUSE_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
#ifdefUSE_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)

[8]ページ先頭

©2009-2025 Movatter.jp