Skip to content

Commit

Permalink
chore: improve error desc
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Feb 2, 2024
1 parent bc991ff commit 3bba22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/p2p/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ func (r *Router) receivePeer(ctx context.Context, peerID types.NodeID, conn Conn
"peer", peerID,
"channel", chID,
"channel_name", chDesc.Name,
"timeout", chDesc.EnqueueTimeout,
"timeout", chDesc.EnqueueTimeout.String(),
"type", reflect.TypeOf((envelope.Message)).Name(),
)

Expand Down

0 comments on commit 3bba22f

Please sign in to comment.