Skip to content

Commit

Permalink
Fix ssl-log-recorder not recording anything
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Jul 4, 2023
1 parent 523279e commit 0b55551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/ssl-log-recorder/ssl-log-recorder.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ func main() {
fmt.Println(err)
return
}
logger.StartReceiving()

registerToInterrupt(&logger)

for {
Expand Down

0 comments on commit 0b55551

Please sign in to comment.