mirror of
https://github.com/monero-project/monero.git
synced 2025-08-02 22:26:12 -04:00
Merge pull request #2602
bc1b9333
frob level 1 logs a bit for consistency (moneromooo-monero)
This commit is contained in:
commit
f1bee553b1
4 changed files with 13 additions and 13 deletions
|
@ -105,9 +105,9 @@
|
|||
#define _dbg2(x) MDEBUG(x)
|
||||
#define _dbg1(x) MDEBUG(x)
|
||||
#define _info(x) MINFO(x)
|
||||
#define _note(x) MINFO(x)
|
||||
#define _fact(x) MINFO(x)
|
||||
#define _mark(x) MINFO(x)
|
||||
#define _note(x) MDEBUG(x)
|
||||
#define _fact(x) MDEBUG(x)
|
||||
#define _mark(x) MDEBUG(x)
|
||||
#define _warn(x) MWARNING(x)
|
||||
#define _erro(x) MERROR(x)
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ PRAGMA_WARNING_DISABLE_VS(4355)
|
|||
m_throttle_speed_in("speed_in", "throttle_speed_in"),
|
||||
m_throttle_speed_out("speed_out", "throttle_speed_out")
|
||||
{
|
||||
MINFO("test, connection constructor set m_connection_type="<<m_connection_type);
|
||||
MDEBUG("test, connection constructor set m_connection_type="<<m_connection_type);
|
||||
}
|
||||
PRAGMA_WARNING_DISABLE_VS(4355)
|
||||
//---------------------------------------------------------------------------------
|
||||
|
@ -264,7 +264,7 @@ PRAGMA_WARNING_DISABLE_VS(4355)
|
|||
address = endpoint.address().to_string();
|
||||
port = boost::lexical_cast<std::string>(endpoint.port());
|
||||
}
|
||||
MINFO(" connection type " << to_string( m_connection_type ) << " "
|
||||
MDEBUG(" connection type " << to_string( m_connection_type ) << " "
|
||||
<< socket_.local_endpoint().address().to_string() << ":" << socket_.local_endpoint().port()
|
||||
<< " <--> " << address << ":" << port);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue