Changeset 4f7edd5 in mod_gnutls


Ignore:
Timestamp:
Mar 22, 2017, 2:52:03 PM (6 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
439005a
Parents:
f2a44d1
git-author:
Thomas Klute <thomas2.klute@…> (03/22/17 14:09:13)
git-committer:
Thomas Klute <thomas2.klute@…> (03/22/17 14:52:03)
Message:

Remove log for mutex creation errors (core logs them at emergency level)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/gnutls_hooks.c

    rf2a44d1 r4f7edd5  
    359359                                    base_server, pconf, 0);
    360360        if (rv != APR_SUCCESS)
    361         {
    362             ap_log_error(APLOG_MARK, APLOG_STARTUP, rv, base_server,
    363                          "Failed to create mutex '" MGS_OCSP_MUTEX_NAME
    364                          "'.");
    365             return HTTP_INTERNAL_SERVER_ERROR;
    366         }
     361            return rv;
    367362    }
    368363
Note: See TracChangeset for help on using the changeset viewer.