From: Igor Galić Date: Sat, 7 Apr 2012 18:39:01 +0000 (+0000) Subject: fix style, no code change. X-Git-Tag: 2.5.0-alpha~7235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79b9700a6f3edb6d6a0b3f466cd6b04d29b503d0;p=apache fix style, no code change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1310819 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_socache_dc.c b/modules/cache/mod_socache_dc.c index 9739a97b91..7d09408d6e 100644 --- a/modules/cache/mod_socache_dc.c +++ b/modules/cache/mod_socache_dc.c @@ -140,7 +140,8 @@ static apr_status_t socache_dc_remove(ap_socache_instance_t *ctx, if (!DC_CTX_remove_session(ctx->dc, id, idlen)) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(00745) "distributed scache 'remove' MISS"); return APR_NOTFOUND; - } else { + } + else { ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(00746) "distributed scache 'remove' HIT"); return APR_SUCCESS; }