Skip to content

Commit 1105aa4

Browse files
committed
Merge bitcoin#29633: log: Remove error() reference
d0e6564 log: Remove error() reference (Fabian Jahr) Pull request description: Mini-followup to bitcoin#29236 that was just merged. Removes a reference to `error()` that was missed in a comment. ACKs for top commit: ryanofsky: Code review ACK d0e6564. Just dropped LogPrintf reference since last review stickies-v: ACK d0e6564 Empact: ACK bitcoin@d0e6564 Tree-SHA512: 8abe4895951013c2ceca9a57743aacabaf8af831d07eee9ae8372c121c16e88b7226f0e537200c3464792e19ac7e03b57ba0be31f43add8802753972b0aefc48
2 parents bde3db4 + d0e6564 commit 1105aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ static inline bool LogAcceptCategory(BCLog::LogFlags category, BCLog::Level leve
215215
/** Return true if str parses as a log category and set the flag */
216216
bool GetLogCategory(BCLog::LogFlags& flag, const std::string& str);
217217

218-
// Be conservative when using LogPrintf/error or other things which
218+
// Be conservative when using functions that
219219
// unconditionally log to debug.log! It should not be the case that an inbound
220220
// peer can fill up a user's disk with debug.log entries.
221221

0 commit comments

Comments
 (0)