]> err.no Git - varnish/commit
Two minor logging fixes:
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 1 May 2007 17:55:31 +0000 (17:55 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 1 May 2007 17:55:31 +0000 (17:55 +0000)
commitc9f9d64a2c1b90de08d34d52feb4068c28892fed
treea41b356516f604aadc6cca89795c43fcf5fe9e4c
parent65b44391c03ef76ecf542fa7321f10a50a1c25d9
Two minor logging fixes:

 - change the type of vsl_handler()'s tag argument from unsigned int to
   enum shmlogtag to allow gcc to check switch statements and gdb to show
   its value by name rather than by number.

 - fix the "missing newline after VCL_call" bug in varnishlog (#95)

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1372 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishhist/varnishhist.c
varnish-cache/bin/varnishlog/varnishlog.c
varnish-cache/bin/varnishncsa/varnishncsa.c
varnish-cache/include/varnishapi.h
varnish-cache/lib/libvarnishapi/shmlog.c