X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/5954ccad9c87063231f3a8bb3e5d01675a9865ca..45ca5d60383cbe270624c713b916da29af7ba88f:/hotline/client_conn.go diff --git a/hotline/client_conn.go b/hotline/client_conn.go index e21d8b1..c886dfc 100644 --- a/hotline/client_conn.go +++ b/hotline/client_conn.go @@ -81,7 +81,7 @@ func (cc *ClientConn) handleTransaction(transaction Transaction) error { transactions, err := handler.Handler(cc, &transaction) if err != nil { - return err + return fmt.Errorf("error handling transaction: %w", err) } for _, t := range transactions { cc.Server.outbox <- t