mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Some logging improvements.
This commit is contained in:
@@ -60,7 +60,7 @@ void Peer::handle_write(const boost::system::error_code& error, size_t bytes_tra
|
||||
void Peer::detach(const char *rsn)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
std::cerr << "DETACHING PEER: " << rsn << std::endl;
|
||||
Log(lsTRACE) << "DETACHING PEER: " << rsn;
|
||||
#endif
|
||||
boost::system::error_code ecCancel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user