git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0a6990e)
Downgrade SSL CRL file missing message from LOG to DEBUG1.
2006年4月27日 15:25:04 +0000 (15:25 +0000)
2006年4月27日 15:25:04 +0000 (15:25 +0000)

diff --git a/src/backend/libpq/be-secure.c b/src/backend/libpq/be-secure.c
index d51154d980fb806e56b2c61e1f635d81c66a519a..95a0ec64f1c166ff6dd9040cced06f8ac6b014b2 100644 (file)
--- a/src/backend/libpq/be-secure.c
+++ b/src/backend/libpq/be-secure.c
@@ -11,7 +11,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.64 2006年04月27日 02:29:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.65 2006年04月27日 15:25:04 momjian Exp $
*
* Since the server static private key ($DataDir/server.key)
* will normally be stored unencrypted so that the database
@@ -810,8 +810,8 @@ initialize_SSL(void)
else
{
/* Not fatal - we do not require CRL */
- ereport(LOG,
- (errmsg("SSL Certificate Revocation List (CRL) file \"%s\" not found, skipping: %s",
+ ereport(DEBUG1,
+ (errmsg("SSL Certificate Revocation List (CRL) file \"%s\" not found: %s",
ROOT_CRL_FILE, SSLerrmessage()),
errdetail("Will not check certificates against CRL.")));
}
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /