]> err.no Git - varnish/commitdiff
Kill debugging shmlogging overlooked for too long.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 18 Feb 2008 11:04:35 +0000 (11:04 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 18 Feb 2008 11:04:35 +0000 (11:04 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2507 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_hash.c

index a1ff391b72cc35344a46ac48cf2b83277076915a..0f2c4e26dabdd16c4f19f0ea510b173491950004 100644 (file)
@@ -146,7 +146,6 @@ HSH_Compare(const struct sess *sp, const struct objhead *obj)
        assert(*b == '\0');
        b++;
        assert(b == obj->hash + obj->hashlen);
-       WSP(sp, SLT_Debug, "Hash Match: %s", obj->hash);
        return (0);
 }
 
@@ -165,7 +164,6 @@ HSH_Copy(const struct sess *sp, const struct objhead *obj)
                *b++ = '#';
        }
        *b++ = '\0';
-       WSP(sp, SLT_Debug, "Hash: %s", obj->hash);
        assert(b <= obj->hash + obj->hashlen);
 }