mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 17:47:01 +02:00
lnwallet+protofsm: fix logging
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
baf0d83c37
commit
8b2ade7ec9
@@ -345,7 +345,7 @@ func (s *StateMachine[Event, Env]) executeDaemonEvent(ctx context.Context,
|
||||
// any preconditions as well as post-send events.
|
||||
case *SendMsgEvent[Event]:
|
||||
sendAndCleanUp := func() error {
|
||||
s.log.DebugS(ctx, "Sending message to target",
|
||||
s.log.DebugS(ctx, "Sending message:",
|
||||
btclog.Hex6("target", daemonEvent.TargetPeer.SerializeCompressed()),
|
||||
"messages", lnutils.SpewLogClosure(daemonEvent.Msgs))
|
||||
|
||||
|
Reference in New Issue
Block a user