summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ninja.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index 3e5c971..8e5a44a 100644
--- a/src/ninja.cc
+++ b/src/ninja.cc
@@ -1497,7 +1497,7 @@ NORETURN void real_main(int argc, char** argv) {
exit(result);
}
- status->Error("manifest '%s' still dirty after %d tries",
+ status->Error("manifest '%s' still dirty after %d tries, perhaps system time is not set",
options.input_file, kCycleLimit);
exit(1);
}