diff options
-rw-r--r-- | src/deps_log.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deps_log.cc b/src/deps_log.cc index ceee68a..4f1214a 100644 --- a/src/deps_log.cc +++ b/src/deps_log.cc @@ -183,7 +183,7 @@ bool DepsLog::Load(const string& path, State* state, string* err) { if (!valid_header || strcmp(buf, kFileSignature) != 0 || version != kCurrentVersion) { if (version == 1) - *err = "deps log potentially corrupt; rebuilding"; + *err = "deps log version change; rebuilding"; else *err = "bad deps log signature or version; starting over"; fclose(f); |