mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-22 15:57:49 +02:00
routing+lnrpc: fix log statements
This commit is contained in:
@@ -1313,7 +1313,7 @@ func (s *Server) trackPayment(subscription routing.ControlTowerSubscriber,
|
|||||||
|
|
||||||
// Otherwise, we will log and return the error as the stream has
|
// Otherwise, we will log and return the error as the stream has
|
||||||
// received an error from the payment lifecycle.
|
// 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
|
return err
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user