Skip to content

Commit

Permalink
Address comments2
Browse files Browse the repository at this point in the history
  • Loading branch information
bamzedev committed Feb 14, 2025
1 parent 8a1864d commit 063256e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/network/protocol/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (m *Manager) handleStreams(protoConn *ProtocolConn) {
}

// Log other errors and continue listening
//fmt.Printf("Stream accept error: %v\n", streamErr)
fmt.Printf("Stream accept error: %v\n", streamErr)
continue
}
}
Expand Down

0 comments on commit 063256e

Please sign in to comment.