|
11 | 11 | * |
12 | 12 | * |
13 | 13 | * 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 $ |
15 | 15 | * |
16 | 16 | * Since the server static private key ($DataDir/server.key) |
17 | 17 | * will normally be stored unencrypted so that the database |
@@ -810,8 +810,8 @@ initialize_SSL(void) |
810 | 810 | else |
811 | 811 | { |
812 | 812 | /* 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", |
815 | 815 | ROOT_CRL_FILE,SSLerrmessage()), |
816 | 816 | errdetail("Will not check certificates against CRL."))); |
817 | 817 | } |
|