Skip to content

Commit 61edb36

Browse files
committed
routing+lnrpc: fix log statements
1 parent 1167e9b commit 61edb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lnrpc/routerrpc/router_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ func (s *Server) trackPayment(subscription routing.ControlTowerSubscriber,
13131313

13141314
// Otherwise, we will log and return the error as the stream has
13151315
// received an error from the payment lifecycle.
1316-
log.Errorf("TrackPayment got error for payment %x: %v", identifier, err)
1316+
log.Errorf("TrackPayment got error for payment %v: %v", identifier, err)
13171317

13181318
return err
13191319
}

0 commit comments

Comments
 (0)