forked from lthn/blockchain
fixed a typo
This commit is contained in:
parent
c9177ea804
commit
12ea93fef8
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue