From d0e6564240857994db53d06f66ea09da0edbaf0f Mon Sep 17 00:00:00 2001 From: Fabian Jahr Date: Sun, 18 Feb 2024 18:45:18 +0100 Subject: log: Remove error() reference --- src/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logging.h b/src/logging.h index eef70dd20f..2d358a52f1 100644 --- a/src/logging.h +++ b/src/logging.h @@ -215,7 +215,7 @@ static inline bool LogAcceptCategory(BCLog::LogFlags category, BCLog::Level leve /** Return true if str parses as a log category and set the flag */ bool GetLogCategory(BCLog::LogFlags& flag, const std::string& str); -// Be conservative when using LogPrintf/error or other things which +// Be conservative when using functions that // unconditionally log to debug.log! It should not be the case that an inbound // peer can fill up a user's disk with debug.log entries. -- cgit v1.2.3