forked from lthn/blockchain
log message for IP debug mode
This commit is contained in:
parent
23b7c3e1e0
commit
cefe2ef855
1 changed files with 1 additions and 0 deletions
|
|
@ -876,6 +876,7 @@ namespace currency
|
|||
void t_currency_protocol_handler<t_core>::set_to_debug_mode(uint32_t ip)
|
||||
{
|
||||
m_debug_ip_address = ip;
|
||||
LOG_PRINT_L0("debug mode is set for IP " << epee:string_tools::get_ip_string_from_int32(m_debug_ip_address));
|
||||
}
|
||||
//------------------------------------------------------------------------------------------------------------------------
|
||||
template<class t_core>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue