1
0
Fork 0
forked from lthn/blockchain

log message for IP debug mode

This commit is contained in:
sowle 2020-05-18 22:08:40 +03:00
parent 23b7c3e1e0
commit cefe2ef855
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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>