Don't spam the error logger so much.

geesefs-0-30-9
Aaron Jacobs 2015-07-27 16:03:58 +10:00
parent 83630d4268
commit c968295acd
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ func (c *Connection) Reply(ctx context.Context, opErr error) {
// Error logging
if opErr != nil && c.errorLogger != nil {
c.errorLogger.Printf("(%#v) error: %v", op, opErr)
c.errorLogger.Printf("%T error: %v", op, opErr)
}
// Send the reply to the kernel.