diff options
Diffstat (limited to 'nss_engine_io.c')
-rw-r--r-- | nss_engine_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss_engine_io.c b/nss_engine_io.c index 6e03a11..f1ac69c 100644 --- a/nss_engine_io.c +++ b/nss_engine_io.c @@ -540,7 +540,7 @@ static apr_status_t nss_filter_write(ap_filter_t *f, char *reason = "reason unknown"; ap_log_error(APLOG_MARK, APLOG_INFO, outctx->rc, c->base_server, - "failed to write %d of %d bytes (%s)", + "failed to write %ld of %ld bytes (%s)", len - (apr_size_t)res, len, reason); outctx->rc = APR_EGENERAL; |