Skip to content

Commit 122fba8

Browse files
committed
Show the inbound port number on incoming session start.
1 parent cc3b315 commit 122fba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sessions/session_inbound.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ session_inbound::session_inbound(full_node& network, safe_chain& chain)
4040
CONSTRUCT_TRACK(node::session_inbound)
4141
{
4242
LOG_INFO(LOG_NODE)
43-
<< "Starting inbound session.";
43+
<< "Starting inbound session on port ("
44+
<< network .network_settings().inbound_port << ").";
4445
}
4546

4647
void session_inbound::attach_protocols(channel::ptr channel)

0 commit comments

Comments
 (0)