]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix typo in manifest_get log message
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 8 May 2020 05:25:48 +0000 (07:25 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 8 May 2020 17:12:45 +0000 (19:12 +0200)
src/manifest.cpp

index 67410ffe9e7b1c845aa4d39e0efd290c176ecf5c..df2fb00cf6275dba89095441a56ca966ee59accb 100644 (file)
@@ -484,7 +484,7 @@ manifest_get(const Context& ctx, const std::string& path)
       // Update modification timestamp to save files from LRU cleanup.
       update_mtime(path.c_str());
     } else {
-      cc_log("No such result file");
+      cc_log("No such manifest file");
       return nullptr;
     }
   } catch (const Error& e) {