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:
@@ -35,7 +35,7 @@ public:
|
||||
virtual ~RPCSub() { ; }
|
||||
|
||||
// Implement overridden functions from base class:
|
||||
void send(const Json::Value& jvObj);
|
||||
void send(const Json::Value& jvObj, bool broadcast);
|
||||
|
||||
void setUsername(const std::string& strUsername)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user