Commit b391c422 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

update log tags

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1786576 13f79535-47bb-0310-9956-ffa450edef68
parent b7b192df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
10020
10021
+1 −1
Original line number Diff line number Diff line
@@ -730,7 +730,7 @@ static apr_status_t session_pool_cleanup(void *data)
         * data which has, at this time, already been freed. An example
         * is mod_ssl that uses request hooks. */
        ap_log_cerror(APLOG_MARK, APLOG_WARNING, 0, c,
                      H2_SSSN_LOG(APLOGNO(), session, 
                      H2_SSSN_LOG(APLOGNO(10020) session, 
                      "session cleanup triggered by pool cleanup. "
                      "this should have happened earlier already."));
        return session_cleanup(session, "pool cleanup");