Commit 43226add authored by Stefan Eissing's avatar Stefan Eissing
Browse files

On the trunk:

mod_http2: log tags updated



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1789692 13f79535-47bb-0310-9956-ffa450edef68
parent 29737a74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
10021
10022
+1 −1
Original line number Diff line number Diff line
@@ -672,7 +672,7 @@ static void register_if_needed(h2_mplx *m)
            m->is_registered = 1;
        }
        else {
            ap_log_cerror(APLOG_MARK, APLOG_ERR, status, m->c, APLOGNO()
            ap_log_cerror(APLOG_MARK, APLOG_ERR, status, m->c, APLOGNO(10021)
                          "h2_mplx(%ld): register at workers", m->id);
        }
    }