View | Details | Raw Unified | Return to bug 48228
Collapse All | Expand All

(-)ssl_engine_kernel.c (-2 / +3 lines)
Lines 486-493 Link Here
486
486
487
                ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
487
                ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
488
                              "Changed client verification type will force "
488
                              "Changed client verification type will force "
489
                              "%srenegotiation",
489
                              "%srenegotiation (%d -> %d)",
490
                              renegotiate_quick ? "quick " : "");
490
                              renegotiate_quick ? "quick " : "",
491
                              verify_old, verify);
491
             }
492
             }
492
        }
493
        }
493
        /* If we're handling a request for a vhost other than the default one,
494
        /* If we're handling a request for a vhost other than the default one,

Return to bug 48228