From 073f6bf261cfd379fce612700afc2b07a9ec3865 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 25 Oct 2004 21:10:23 +0000 Subject: [PATCH] accidental verbose --- ppremake/ppDependableFile.cxx | 2 +- ppremake/ppDirectory.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ppremake/ppDependableFile.cxx b/ppremake/ppDependableFile.cxx index 41ce914eb6..190d659137 100644 --- a/ppremake/ppDependableFile.cxx +++ b/ppremake/ppDependableFile.cxx @@ -484,7 +484,7 @@ compute_dependencies(string &circularity) { if ((_flags & (F_bad_cache | F_from_cache)) == (F_bad_cache | F_from_cache)) { // Our cache is suspect. Re-read the file to flush the cache. - if (verbose || true) { + if (verbose) { cerr << "Dependency cache for \"" << get_fullpath() << "\" is suspect.\n"; } diff --git a/ppremake/ppDirectory.cxx b/ppremake/ppDirectory.cxx index fd808293d7..f929ce54e3 100644 --- a/ppremake/ppDirectory.cxx +++ b/ppremake/ppDirectory.cxx @@ -792,7 +792,7 @@ read_file_dependencies(const string &cache_filename) { } if (!okcache) { - if (verbose || true) { + if (verbose) { cerr << "Cache \"" << cache_pathname << "\" is stale.\n"; } Dependables::iterator di;