mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01:00
routing+lnrpc: fix log statements
This commit is contained in:
parent
1447493081
commit
830dd49fa8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue