mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Track whether a message is a broadcast. If a broadcast, log at a lower level.
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
|
||||
virtual ~InfoSub();
|
||||
|
||||
virtual void send(const Json::Value& jvObj) = 0;
|
||||
virtual void send(const Json::Value& jvObj, bool broadcast) = 0;
|
||||
|
||||
void onSendEmpty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user