From 67deffef9a06bdbb73e39807e1d9b6b0788c0a47 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 18 Dec 2007 17:02:05 +0000 Subject: [PATCH] Tweak a startup message. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2302 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/storage_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/storage_file.c b/varnish-cache/bin/varnishd/storage_file.c index edbc38c6..5fcf0940 100644 --- a/varnish-cache/bin/varnishd/storage_file.c +++ b/varnish-cache/bin/varnishd/storage_file.c @@ -240,7 +240,7 @@ smf_calcsize(struct smf_sc *sc, const char *size, int newfile) l -= (l % bs); } - printf("storage_file: filename: %s size %ju MegaBytes.\n", + printf("storage_file: filename: %s size %ju MB.\n", sc->filename, l / (1024 * 1024)); sc->filesize = l; -- 2.39.5