Skip to content

Commit

Permalink
log: Remove error() reference
Browse files Browse the repository at this point in the history
  • Loading branch information
fjahr committed Mar 12, 2024
1 parent d14c728 commit d0e6564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d0e6564

Please sign in to comment.