routing+lnrpc: fix log statements

This commit is contained in:
Oliver Gugger 2024-05-24 17:19:50 +02:00
parent 1447493081
commit 830dd49fa8
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -1313,7 +1313,7 @@ func (s *Server) trackPayment(subscription routing.ControlTowerSubscriber,
// Otherwise, we will log and return the error as the stream has
// received an error from the payment lifecycle.
log.Errorf("TrackPayment got error for payment %x: %v", identifier, err)
log.Errorf("TrackPayment got error for payment %v: %v", identifier, err)
return err
}