diff options
author | anonimal <anonimal@i2pmail.org> | 2017-02-21 18:30:43 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2017-02-21 18:30:43 +0000 |
commit | dcf684c704471751e670da5232616594649f82a8 (patch) | |
tree | d68c4b5fce71b0ca66b2c5896f9d4cf889995578 /contrib | |
parent | Merge pull request #1761 (diff) | |
download | monero-dcf684c704471751e670da5232616594649f82a8.tar.xz |
http_server_impl_base: set bind message to MGINFO
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/epee/include/net/http_server_impl_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/http_server_impl_base.h b/contrib/epee/include/net/http_server_impl_base.h index 2a762b3ca..acecbb2d4 100644 --- a/contrib/epee/include/net/http_server_impl_base.h +++ b/contrib/epee/include/net/http_server_impl_base.h @@ -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) { |