[master] 6b66574 Missing bracket
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Fri Apr 1 20:08:04 CEST 2016
commit 6b66574dcc369eefba200bc53a9e7e8b8c7cfede
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Fri Apr 1 20:07:05 2016 +0200
Missing bracket
diff --git a/bin/varnishd/cache/cache_ws.c b/bin/varnishd/cache/cache_ws.c
index cd63f49..5f60d73 100644
--- a/bin/varnishd/cache/cache_ws.c
+++ b/bin/varnishd/cache/cache_ws.c
@@ -39,7 +39,7 @@ WS_Assert(const struct ws *ws)
{
CHECK_OBJ_NOTNULL(ws, WS_MAGIC);
- DSL(DBG_WORKSPACE, 0, "WS(%p = (%s, %p %u %u %u)",
+ DSL(DBG_WORKSPACE, 0, "WS(%p) = (%s, %p %u %u %u)",
ws, ws->id, ws->s, pdiff(ws->s, ws->f),
ws->r == NULL ? 0 : pdiff(ws->f, ws->r),
pdiff(ws->s, ws->e));
More information about the varnish-commit
mailing list