From 12ea93fef8940548edd3ba2a0dd8b833c137bc30 Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 20 May 2020 18:40:01 +0300 Subject: [PATCH] fixed a typo --- src/currency_protocol/currency_protocol_handler.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/currency_protocol/currency_protocol_handler.inl b/src/currency_protocol/currency_protocol_handler.inl index 822159c3..65993062 100644 --- a/src/currency_protocol/currency_protocol_handler.inl +++ b/src/currency_protocol/currency_protocol_handler.inl @@ -876,7 +876,7 @@ namespace currency void t_currency_protocol_handler::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