]> err.no Git - varnish/commitdiff
Make width colum wider and decimal
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 25 Apr 2006 08:17:43 +0000 (08:17 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 25 Apr 2006 08:17:43 +0000 (08:17 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@153 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishlog/varnishlog.c

index 9103a32dd5554571d89bb941899fe828d290383f..a79e85771c5b20978ebc87edeee0613b378288dd 100644 (file)
@@ -88,7 +88,7 @@ main(int argc, char **argv)
                        }
                        u = (p[2] << 8) | p[3];
                        if (!startup) {
-                               printf("%02x %02d %4d %-12s <",
+                               printf("%02x %3d %4d %-12s <",
                                    p[0], p[1], u, tagnames[p[0]]);
                                if (p[1] > 0)
                                        fwrite(p + 4, p[1], 1, stdout);