Skip to content

Commit

Permalink
added sig pick debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMct committed Apr 22, 2024
1 parent 11533f7 commit 1adb679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocols/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ func (s *Executor) Run(ctx context.Context, trans Transport) error { // TODO: ca
//s.Logf("closed signature queue")
return nil
}
s.Logf("picked up signature from queue: %s", qsig.sig)
err := s.runSignature(qsig.ctx, qsig.sig, qsig.rec)
if err != nil {
s.Logf("error: %s", err)
Expand Down

0 comments on commit 1adb679

Please sign in to comment.