diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2024-06-28 17:42:40 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2024-06-28 17:37:58 +0200 |
commit | fafb7875e1e3b61e978f77d56b8e73ffdb520c22 (patch) | |
tree | 8eb62d57f2845f3a10459ab235acf3fc15fe3aff | |
parent | 2f6dca4d1c01ee47275a4292f128d714736837a1 (diff) |
doc: Fix outdated dev comment about logging
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<BlockFilterType> 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"); |