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

Commitd440c5b

Browse files
committed
Downgrade SSL CRL file missing message from LOG to DEBUG1.
1 parent0a6990e commitd440c5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/libpq/be-secure.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.64 2006/04/2702:29:14 momjian Exp $
14+
* $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.65 2006/04/2715:25:04 momjian Exp $
1515
*
1616
* Since the server static private key ($DataDir/server.key)
1717
* will normally be stored unencrypted so that the database
@@ -810,8 +810,8 @@ initialize_SSL(void)
810810
else
811811
{
812812
/* Not fatal - we do not require CRL */
813-
ereport(LOG,
814-
(errmsg("SSL Certificate Revocation List (CRL) file \"%s\" not found, skipping: %s",
813+
ereport(DEBUG1,
814+
(errmsg("SSL Certificate Revocation List (CRL) file \"%s\" not found: %s",
815815
ROOT_CRL_FILE,SSLerrmessage()),
816816
errdetail("Will not check certificates against CRL.")));
817817
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp