diff options
author | MacroFake <falke.marco@gmail.com> | 2022-06-07 11:33:52 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-06-07 11:33:58 +0200 |
commit | 45d8b1e94a8e3e68f210d496330f5e16219d2a8d (patch) | |
tree | 974446664b00d14d9e5f3493fb60c4d858060f95 /src/rpc/request.cpp | |
parent | 2ab4a80480b6d538ec2a642f7f96c635c725317b (diff) | |
parent | d40550d725fa7afd6916510164bbaa95e3ec0a5f (diff) |
Merge bitcoin/bitcoin#25286: scripted-diff: remove duplicate categories from LogPrint output
d40550d725fa7afd6916510164bbaa95e3ec0a5f scripted-diff: remove duplicate categories from LogPrint output (Jon Atack)
Pull request description:
This is the first commit from #25203.
- Scripted-diff: de-duplicate logging category output for the tor, i2p, net, zmq, and prune messages (e.g. where I found duplicates), as these category prefixes are now printed automatically since #24464
examples before
```
[tor] tor: Successfully connected!
[i2p] I2P: Creating SAM session with 127.0.0.1:7656
[zmq] zmq: Initialize notification interface
[net] net: enabling extra block-relay-only peers
```
after
```
[tor] Successfully connected!
[i2p] Creating SAM session with 127.0.0.1:7656
[zmq] Initialize notification interface
[net] enabling extra block-relay-only peers
```
ACKs for top commit:
klementtan:
crACK d40550d725fa7afd6916510164bbaa95e3ec0a5f
MarcoFalke:
cr ACK d40550d725fa7afd6916510164bbaa95e3ec0a5f
Tree-SHA512: 63b799f2f899f0597981dd1acb91ef4439cd00b257a9eb19d67c4ce2c4dc72a95ac5761cb78f2a19090a10be74f23ea1db6929ed942ba0d008b4be563f0d5e7e
Diffstat (limited to 'src/rpc/request.cpp')
0 files changed, 0 insertions, 0 deletions