Skip to content

Commit d0e6564

Browse files
committed
log: Remove error() reference
1 parent d14c728 commit d0e6564

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)