[master] 6fd7f77 fix function name
    Nils Goroll 
    nils.goroll at uplex.de
       
    Wed Mar  4 17:24:56 CET 2015
    
    
  
commit 6fd7f77d9b0a9dbe96da24c8a323586c1e52764a
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Mar 4 16:25:04 2015 +0100
    fix function name
diff --git a/bin/varnishd/cache/cache_req_body.c b/bin/varnishd/cache/cache_req_body.c
index 6e77bc8..c897153 100644
--- a/bin/varnishd/cache/cache_req_body.c
+++ b/bin/varnishd/cache/cache_req_body.c
@@ -213,7 +213,7 @@ VRB_Cache(struct req *req, ssize_t maxsize)
 	case REQ_BODY_WITH_LEN:
 		break;
 	default:
-		WRONG("Wrong req_body_status in VRB_CacheReqBody()");
+		WRONG("Wrong req_body_status in VRB_Cache()");
 	}
 
 	CHECK_OBJ_NOTNULL(req->htc, HTTP_CONN_MAGIC);
    
    
More information about the varnish-commit
mailing list