mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
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
This commit is contained in:
parent
da8653c30b
commit
d13f701812
@ -342,8 +342,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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user