mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-02 11:41:18 +02:00
Merge bitcoin/bitcoin#23104: log: Avoid breaking single log lines over multiple lines in the log file
2222c04e1b
log: Adjust coin selection log string (MarcoFalke)fa6c1e850f
test: Fix typos in tests (MarcoFalke)faeae2980f
log: Avoid broken DEBUG_LOCKORDER log (MarcoFalke)faffaa85cd
log: Avoid broken SELECTCOINS log (MarcoFalke) Pull request description: Follow up to commitd8b4b3077f
ACKs for top commit: laanwj: re-ACK2222c04e1b
practicalswift: cr ACK2222c04e1b
Tree-SHA512: e0daf76815a1b7c4898ceffedeaf7ede093223abf709874f9a0d78c8e41551c14e8b56d055c8fdf06ec698df64e67dfc168bbd8716131b23648d1d1294fa6636
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
# Check that all logs are terminated with '\n'
|
||||
#
|
||||
# Some logs are continued over multiple lines. They should be explicitly
|
||||
# commented with \* Continued *\
|
||||
# commented with /* Continued */
|
||||
#
|
||||
# There are some instances of LogPrintf() in comments. Those can be
|
||||
# ignored
|
||||
|
Reference in New Issue
Block a user