aboutsummaryrefslogtreecommitdiff
path: root/src/logging.h
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2024-02-18 18:45:18 +0100
committerFabian Jahr <fjahr@protonmail.com>2024-03-12 16:26:15 +0100
commitd0e6564240857994db53d06f66ea09da0edbaf0f (patch)
tree2f80acb9295b0162d2a4420ac85699c67357f05d /src/logging.h
parentd14c7286b653ad09a5a196aa351b325f97db546b (diff)
downloadbitcoin-d0e6564240857994db53d06f66ea09da0edbaf0f.tar.xz
log: Remove error() reference
Diffstat (limited to 'src/logging.h')
-rw-r--r--src/logging.h2
1 files changed, 1 insertions, 1 deletions
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.