Skip to content

Commit 0b55551

Browse files
committed
Fix ssl-log-recorder not recording anything
1 parent 523279e commit 0b55551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/ssl-log-recorder/ssl-log-recorder.go

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ func main() {
3636
fmt.Println(err)
3737
return
3838
}
39+
logger.StartReceiving()
40+
3941
registerToInterrupt(&logger)
4042

4143
for {

0 commit comments

Comments
 (0)