Commit c968295a authored by Aaron Jacobs's avatar Aaron Jacobs

Don't spam the error logger so much.

parent 83630d42
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment