diff options
Diffstat (limited to 'src/zenstore/gc.cpp')
| -rw-r--r-- | src/zenstore/gc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/gc.cpp b/src/zenstore/gc.cpp index d6bf99c3e..28bdd2f42 100644 --- a/src/zenstore/gc.cpp +++ b/src/zenstore/gc.cpp @@ -619,7 +619,7 @@ GcManager::CollectGarbage(const GcSettings& Settings) { ZEN_TRACE_CPU("GcV2::CollectGarbage"); - GcCtx Ctx{.Settings = Settings, .IsCancelledFlag = m_CancelGC}; + GcCtx Ctx{.Settings = Settings, .IsCancelledFlag = m_CancelGC, .Logger = Log()}; GcResult Result; { |