diff --git a/libfuse/lib/node.cpp b/libfuse/lib/node.cpp index 0a656968..092e05d3 100644 --- a/libfuse/lib/node.cpp +++ b/libfuse/lib/node.cpp @@ -36,13 +36,13 @@ node_alloc() { std::lock_guard guard(g_mutex); g_all_stacks.push_back({g_stack,&g_should_gc}); - fmt::print("{} {}", - - gettid(), - (void*)g_stack); g_initialized = true; } + fmt::print("{} {}", + gettid(), + (void*)g_stack); + if(g_should_gc) { int i;