]> granicus.if.org Git - apache/commitdiff
Fix bad logging level.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 17 Feb 2002 23:42:49 +0000 (23:42 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 17 Feb 2002 23:42:49 +0000 (23:42 +0000)
(Why does mod_ssl insist on having its own logging levels?  Bad, bad, bad.)

PR: 9842

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93464 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_mutex.c

index fb0f06b4132df996897b9b541bac106649910348..27b700dfc6532ef0a13616207b935d0f601bab8c 100644 (file)
@@ -71,7 +71,7 @@ int ssl_mutex_init(server_rec *s, apr_pool_t *p)
 
     if (apr_lock_create(&mc->pMutex, APR_MUTEX, APR_LOCKALL, APR_LOCK_DEFAULT,
                         mc->szMutexFile, p) != APR_SUCCESS) {
-        ssl_log(s, SSL_LOG_CRIT|SSL_ADD_ERRNO,
+        ssl_log(s, SSL_LOG_ERROR,
                    "Cannot create SSLMutex file `%s'",
                     mc->szMutexFile);
         return FALSE;