summaryrefslogtreecommitdiff
path: root/src/buildtool/storage
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/storage')
-rw-r--r--src/buildtool/storage/local_cas.tpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/storage/local_cas.tpp b/src/buildtool/storage/local_cas.tpp
index 3664d929..4b91c0e0 100644
--- a/src/buildtool/storage/local_cas.tpp
+++ b/src/buildtool/storage/local_cas.tpp
@@ -48,7 +48,7 @@ template <class T_CAS>
/*is_hex_id=*/false);
}
}
- Logger::Log(LogLevel::Error,
+ Logger::Log(LogLevel::Debug,
"Tree {} not found in CAS",
NativeSupport::Unprefix(digest.hash()));
return std::nullopt;