From 27224ec4da12a7d80db13d8b2f3a67ec9335ee14 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Thu, 31 Mar 2022 10:20:06 +0200 Subject: Don hard fail on removing files we no longer care about --- zenserver/projectstore.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'zenserver/projectstore.cpp') diff --git a/zenserver/projectstore.cpp b/zenserver/projectstore.cpp index 6b18bce3f..bee143bd8 100644 --- a/zenserver/projectstore.cpp +++ b/zenserver/projectstore.cpp @@ -972,9 +972,8 @@ void ProjectStore::GatherReferences(GcContext& GcCtx) { Stopwatch Timer; - const auto Guard = MakeGuard([this, &Timer] { - ZEN_INFO("project store gathered all references in {}", NiceTimeSpanMs(Timer.GetElapsedTimeMs())); - }); + const auto Guard = + MakeGuard([this, &Timer] { ZEN_INFO("project store gathered all references in {}", NiceTimeSpanMs(Timer.GetElapsedTimeMs())); }); DiscoverProjects(); -- cgit v1.2.3