summaryrefslogtreecommitdiffstats
path: root/src/deps_log.cc
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2014-12-18 19:04:14 (GMT)
committerNico Weber <thakis@chromium.org>2014-12-18 19:04:14 (GMT)
commit2d4a637c3010e1c8726967c9072cf73619fcd47d (patch)
tree2421e938dd5acc3c68b6b68ae086dcbc4a3d39f4 /src/deps_log.cc
parent191f26d1497a568fcf2fce547031ce7ac93d2455 (diff)
downloadNinja-2d4a637c3010e1c8726967c9072cf73619fcd47d.zip
Ninja-2d4a637c3010e1c8726967c9072cf73619fcd47d.tar.gz
Ninja-2d4a637c3010e1c8726967c9072cf73619fcd47d.tar.bz2
Remove 'Recompacting...' messages.
Recompacting the build log used to be slow, so it made sense to print this message. We then made recompaction much faster, but didn't remove this message back then. The deps log only has it because the build log had it. Since both steps are effectively instant in practice, remove these log messages.
Diffstat (limited to 'src/deps_log.cc')
-rw-r--r--src/deps_log.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/deps_log.cc b/src/deps_log.cc
index fc46497..aa8eb23 100644
--- a/src/deps_log.cc
+++ b/src/deps_log.cc
@@ -307,8 +307,6 @@ DepsLog::Deps* DepsLog::GetDeps(Node* node) {
bool DepsLog::Recompact(const string& path, string* err) {
METRIC_RECORD(".ninja_deps recompact");
- if (!quiet_)
- printf("Recompacting deps...\n");
Close();
string temp_path = path + ".recompact";