From fafb7875e1e3b61e978f77d56b8e73ffdb520c22 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Fri, 28 Jun 2024 17:42:40 +0200 Subject: doc: Fix outdated dev comment about logging --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index c9405153b4..3ad8520e33 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -839,7 +839,7 @@ std::set g_enabled_filter_types; { // Rather than throwing std::bad-alloc if allocation fails, terminate // immediately to (try to) avoid chain corruption. - // Since LogPrintf may itself allocate memory, set the handler directly + // Since logging may itself allocate memory, set the handler directly // to terminate first. std::set_new_handler(std::terminate); LogError("Out of memory. Terminating.\n"); -- cgit v1.2.3