Skip to content

Commit f994c2c

Browse files
committed
htlcswitch: fix log output
1 parent f458844 commit f994c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htlcswitch/switch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,7 @@ out:
15561556
s.indexMtx.RUnlock()
15571557

15581558
peerPub := link.PeerPubKey()
1559-
log.Debugf("Requesting local channel close: peer=%v, "+
1559+
log.Debugf("Requesting local channel close: peer=%x, "+
15601560
"chan_id=%x", link.PeerPubKey(), chanID[:])
15611561

15621562
go s.cfg.LocalChannelClose(peerPub[:], req)

0 commit comments

Comments
 (0)