Skip to content

Commit

Permalink
fix error log format
Browse files Browse the repository at this point in the history
  • Loading branch information
smallnest committed Mar 24, 2022
1 parent 742b7da commit 7b25b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ func (client *Client) input() {
client.mutex.Unlock()

if err != nil && !closing {
log.Error("rpcx: client protocol error:", err)
log.Errorf("rpcx: client protocol error: %v", err)
}
}

Expand Down

0 comments on commit 7b25b8f

Please sign in to comment.