These pieces of code:
https://github.com/bitcoin/bitcoin/blob/8ab4f282c06d67074b872dbda0be37636fdd5186/src/util/system.cpp#L302
and
https://github.com/bitcoin/bitcoin/blob/8ab4f282c06d67074b872dbda0be37636fdd5186/src/util/system.cpp#L864
do not work as expected because they are called before the InitLogging() call.
LogPrintf() fails due to premature call before InitLogging() #16098
issue hebasto opened this issue on May 26, 2019-
hebasto commented at 9:25 PM on May 26, 2019: member
- fanquake added the label Utils/log/libs on May 26, 2019
-
MarcoFalke commented at 12:45 PM on May 28, 2019: member
Rebased the fix for this, which was written last year by @ajtowns
- MarcoFalke closed this on Jun 18, 2019
- MarcoFalke referenced this in commit 0853d8d2fd on Jun 18, 2019
- sidhujag referenced this in commit 6347640464 on Jun 19, 2019
- MarcoFalke locked this on Dec 16, 2021
Contributors
Labels