mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
better debug printing
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
||||
: m_external_io_service(false)
|
||||
, m_state(UNINITIALIZED)
|
||||
{
|
||||
std::cout << "asio transport constructor" << std::endl;
|
||||
std::cout << "transport::asio::endpoint constructor" << std::endl;
|
||||
}
|
||||
|
||||
~endpoint() {
|
||||
|
||||
@@ -56,7 +56,7 @@ public:
|
||||
// generate and manage our own io_service
|
||||
explicit endpoint()
|
||||
{
|
||||
std::cout << "iostream transport constructor" << std::endl;
|
||||
std::cout << "transport::iostream::endpoint constructor" << std::endl;
|
||||
}
|
||||
|
||||
void register_ostream(std::ostream* o) {
|
||||
|
||||
Reference in New Issue
Block a user