We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3b315 commit 122fba8Copy full SHA for 122fba8
1 file changed
src/sessions/session_inbound.cpp
@@ -40,7 +40,8 @@ session_inbound::session_inbound(full_node& network, safe_chain& chain)
40
CONSTRUCT_TRACK(node::session_inbound)
41
{
42
LOG_INFO(LOG_NODE)
43
- << "Starting inbound session.";
+ << "Starting inbound session on port ("
44
+ << network .network_settings().inbound_port << ").";
45
}
46
47
void session_inbound::attach_protocols(channel::ptr channel)
0 commit comments