Skip to content

Commit

Permalink
Merge pull request #133 from rminnich/removeLogErrorForNon-NFSErrors
Browse files Browse the repository at this point in the history
conn: remove the log.Errorf for non-NFS protocol errors
  • Loading branch information
willscott committed Apr 25, 2024
2 parents ea1b85e + 04b947a commit 91bc389
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ func (c *conn) handle(ctx context.Context, w *response) error {
return drainErr
}
if appError != nil && !w.responded {
Log.Errorf("call to %+v failed: %v", handler, appError)
if err := c.err(ctx, w, appError); err != nil {
return err
}
Expand Down

0 comments on commit 91bc389

Please sign in to comment.