diff --git a/server.go b/server.go index 42b60ae21..d9600b97e 100644 --- a/server.go +++ b/server.go @@ -1163,8 +1163,9 @@ func (s *Server) NotifyBroadcast(req *sweep.BumpRequest, tx *wire.MsgTx, fee btcutil.Amount, outpointToTxIndex map[wire.OutPoint]int) error { - srvrLog.Tracef("NotifyBroadcast called, req=%v, tx=%v, fee=%v", - spew.Sdump(req), spew.Sdump(tx), fee) + srvrLog.Tracef("NotifyBroadcast called, req=%v, tx=%v, fee=%v, "+ + "out_index=%v", spew.Sdump(req), spew.Sdump(tx), fee, + spew.Sdump(outpointToTxIndex)) if err := s.waitForReady(); err != nil { return err