From 9579cab65a9d3f4db1da12faa54c079857d770cb Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 10 Jul 2002 21:02:19 +0000 Subject: [PATCH] STABLE12-afsd-dont-print-garbage-on-bad-cacheinfo-file-20020615 based on report from matt@slackers.net don't bother printing anything we parsed, since we're guaranteed at least one item is trash anyhow (cherry picked from commit d13f701812dd19e26317c602d9a09f0d53fe40b6) --- src/afsd/afsd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/afsd/afsd.c b/src/afsd/afsd.c index 47055e19e..92612fbaf 100644 --- a/src/afsd/afsd.c +++ b/src/afsd/afsd.c @@ -341,8 +341,6 @@ int ParseCacheInfoFile() printf("\t%d out of 3 fields successfully parsed.\n", parseResult); - printf("\tcacheMountDir: '%s'\n\tcacheBaseDir: '%s'\n\tcacheBlocks: %d\n", - cacheMountDir, cacheBaseDir, cacheBlocks); return(1); } -- 2.39.5