mirror of https://github.com/bitcoin/bitcoin
* Make the standalone function `LogCategoryToStr()` private inside `logging.cpp` (aka `static`) - it is only used in that file. * Make the method `Logger::GetLogPrefix()` `private` - it is only used within the class. * Use `BCLog::NONE` to initialize `m_categories` instead of `0`. We later check whether it is `BCLog::NONE` (in `Logger::DefaultShrinkDebugFile()`).pull/29798/head
parent
160706aa38
commit
8c6f3bf163
Loading…
Reference in new issue