Commit d7a51fca authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Fix r1746184

(when you rename a parameter, make sure to update places where it is used...)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1746197 13f79535-47bb-0310-9956-ffa450edef68
parent a25fa658
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ do { \
    apr_size_t len, bmax = sizeof(buffer)/sizeof(buffer[0]); \
    len = h2_util_bb_print(buffer, bmax, (tag), "", (bb)); \
    ap_log_cerror(APLOG_MARK, level, 0, (c), "bb_dump(%ld-%d): %s", \
        (c)->id, (int)(i), (len? buffer : line)); \
        (c)->id, (int)(sid), (len? buffer : line)); \
} while(0)