]> err.no Git - varnish/commit
VSL_H_Print() prints a 'b' in the third column for backend-related log
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 11 Mar 2008 09:48:27 +0000 (09:48 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 11 Mar 2008 09:48:27 +0000 (09:48 +0000)
commit6f09df94ba4e52ad271947e035fb663f9c76a03d
treed2eb46eb9f614929bbe62162178220c4b9a76d46
parent5e1ce1d39533722b36310aeefd4c60bbfbce2161
VSL_H_Print() prints a 'b' in the third column for backend-related log
entries, a 'c' for client-related log entries, and a ' ' for everything
else (CLI Ping for instance).  This makes it hard to process logs with
awk or similar tools, since the number of columns varies.  Therefore,
change the character used for non-backend-or-client log entries to '-'.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2591 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/lib/libvarnishapi/shmlog.c