1
0
Fork 0
forked from lthn/blockchain

fixed a typo

This commit is contained in:
sowle 2020-05-20 18:40:01 +03:00
parent c9177ea804
commit 12ea93fef8
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -876,7 +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));
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>