summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/local
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/local')
-rw-r--r--src/buildtool/execution_api/local/file_storage.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/local/file_storage.hpp b/src/buildtool/execution_api/local/file_storage.hpp
index 0af749ad..201b1759 100644
--- a/src/buildtool/execution_api/local/file_storage.hpp
+++ b/src/buildtool/execution_api/local/file_storage.hpp
@@ -69,7 +69,9 @@ class FileStorage {
// directly or check its existence if it was created by now.
return FileSystemManager::CreateFileHardlinkAs<kType,
kSetEpochTime>(
- path, file_path) or
+ path,
+ file_path,
+ /*log_failure_at=*/LogLevel::Debug) or
FileSystemManager::IsFile(file_path);
};
auto create_and_stage = [&]() {