Commit f7c2c4cb authored by Nils Goroll's avatar Nils Goroll

More canonical debug format for vmod_cache_req_body as suggested by fgs

parent f57bc389
......@@ -237,5 +237,5 @@ vmod_cache_req_body(const struct vrt_ctx *ctx, VCL_BYTES size)
int result;
CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC);
result = VRT_CacheReqBody(ctx, size);
VSLb(ctx->vsl, SLT_Debug,"VRT_CacheReqBody[size: %zu] result: %d", (size_t)size, result);
VSLb(ctx->vsl, SLT_Debug,"VRT_CacheReqBody(%zu): %d", (size_t)size, result);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment