Skip to content

Commit 91bc389

Browse files
authored
Merge pull request #133 from rminnich/removeLogErrorForNon-NFSErrors
conn: remove the log.Errorf for non-NFS protocol errors
2 parents ea1b85e + 04b947a commit 91bc389

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conn.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ func (c *conn) handle(ctx context.Context, w *response) error {
127127
return drainErr
128128
}
129129
if appError != nil && !w.responded {
130-
Log.Errorf("call to %+v failed: %v", handler, appError)
131130
if err := c.err(ctx, w, appError); err != nil {
132131
return err
133132
}

0 commit comments

Comments
 (0)