r3634 - branches/2.0/varnish-cache/bin/varnishd
tfheen at projects.linpro.no
tfheen at projects.linpro.no
Fri Feb 6 10:03:59 CET 2009
Author: tfheen
Date: 2009-02-06 10:03:59 +0100 (Fri, 06 Feb 2009)
New Revision: 3634
Modified:
branches/2.0/varnish-cache/bin/varnishd/cache_vrt_esi.c
Log:
Merge r3432: Log debugs with correct id
Modified: branches/2.0/varnish-cache/bin/varnishd/cache_vrt_esi.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/cache_vrt_esi.c 2009-02-06 08:44:48 UTC (rev 3633)
+++ branches/2.0/varnish-cache/bin/varnishd/cache_vrt_esi.c 2009-02-06 09:03:59 UTC (rev 3634)
@@ -282,11 +282,11 @@
unsigned u, v;
struct ws *ws;
- VSL(SLT_Debug, 0, "Incl \"%.*s\"", t.e - t.b, t.b);
+ VSL(SLT_Debug, ew->sp->fd, "Incl \"%.*s\"", t.e - t.b, t.b);
eb = esi_addbit(ew);
while (esi_attrib(ew, &t, &tag, &val) == 1) {
if (params->esi_syntax & 0x4)
- VSL(SLT_Debug, 0, "<%.*s> -> <%.*s>",
+ VSL(SLT_Debug, ew->sp->fd, "<%.*s> -> <%.*s>",
tag.e - tag.b, tag.b, val.e - val.b, val.b);
if (Tlen(tag) != 3 || memcmp(tag.b, "src", 3))
continue;
More information about the varnish-commit
mailing list