mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
http_server_impl_base: set bind message to MGINFO
This commit is contained in:
parent
e960be55ed
commit
dcf684c704
@ -67,7 +67,7 @@ namespace epee
|
||||
|
||||
m_net_server.get_config_object().m_user = std::move(user);
|
||||
|
||||
LOG_PRINT_L0("Binding on " << bind_ip << ":" << bind_port);
|
||||
MGINFO("Binding on " << bind_ip << ":" << bind_port);
|
||||
bool res = m_net_server.init_server(bind_port, bind_ip);
|
||||
if(!res)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user