Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Nov 12, 2024
1 parent 1f2bae7 commit e9dfd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/sharing.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (sq *ShareQueue) proxyRequests(peer *shareQueuePeer, worker int) {
incShareQueuePeerRPCErrors(peer.name)
}
if resp != nil && resp.Error != nil {
logger.Warn("Error returned form target while proxying", slog.Any("error", resp.Error))
logger.Warn("Error returned from target while proxying", slog.Any("error", resp.Error))
incShareQueuePeerRPCErrors(peer.name)
}
incShareQueueTotalRequests(peer.name)
Expand Down

0 comments on commit e9dfd34

Please sign in to comment.