]> granicus.if.org Git - apache/commitdiff
add more info to a log message so we know which "read failed" scenario
authorJeff Trawick <trawick@apache.org>
Fri, 20 Jun 2003 00:55:02 +0000 (00:55 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 20 Jun 2003 00:55:02 +0000 (00:55 +0000)
occurred

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100312 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_mime_magic.c

index 90b9816922bba322f8f51c75100598ed08fd6e3f..acdd2582bc130324a9e1f85bda9dcc1734c23d25 100644 (file)
@@ -2235,7 +2235,7 @@ static int uncompress(request_rec *r, int method,
     if (n == 0) {
        apr_pool_destroy(sub_context);
        ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r,
-           MODNAME ": read failed %s", r->filename);
+           MODNAME ": read failed from uncompress of %s", r->filename);
        return -1;
     }
     apr_pool_destroy(sub_context);