X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/9c6291aa00db7b7e1d262e0465bfc7e08fc28807..0fcfa5d54b166559c0ca31932a71a7eabb79c72c:/hotline/server.go diff --git a/hotline/server.go b/hotline/server.go index 9cec83b..a91e1c8 100644 --- a/hotline/server.go +++ b/hotline/server.go @@ -638,7 +638,7 @@ func (s *Server) handleNewConnection(ctx context.Context, conn net.Conn, remoteA // into a slice of transactions var transactions []Transaction if transactions, tReadlen, err = readTransactions(tranBuff); err != nil { - c.Server.Logger.Errorw("Error handling transaction", "err", err) + c.logger.Errorw("Error handling transaction", "err", err) } // iterate over all the transactions that were parsed from the byte slice and handle them