mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #1762
dcf684c7
http_server_impl_base: set bind message to MGINFO (anonimal)
This commit is contained in:
commit
3ac5a785e0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue