From: Derrick Brashear Date: Wed, 10 Jul 2002 21:02:19 +0000 (+0000) Subject: STABLE12-afsd-dont-print-garbage-on-bad-cacheinfo-file-20020615 X-Git-Tag: openafs-stable-1_2_6~48 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9579cab65a9d3f4db1da12faa54c079857d770cb;p=packages%2Fo%2Fopenafs.git 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) --- 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); }