File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 *
1212 *
1313 * IDENTIFICATION
14- * $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.65 2006/04/27 15:25:04 momjian Exp $
14+ * $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.66 2006/04/27 15:35:15 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 (DEBUG1 ,
814- (errmsg ("SSL Certificate Revocation List (CRL) file \"%s\" not found: %s" ,
813+ ereport (LOG ,
814+ (errmsg ("SSL Certificate Revocation List (CRL) file \"%s\" not found, skipping : %s" ,
815815 ROOT_CRL_FILE , SSLerrmessage ()),
816816 errdetail ("Will not check certificates against CRL." )));
817817 }
You can’t perform that action at this time.
0 commit comments