Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jun 6, 2024
1 parent 21baba0 commit 6a86d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/experiment/dnscheck/dnscheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ func (m *Measurer) Run(ctx context.Context, args *model.ExperimentArgs) error {
}
target := args.Target.(*Target)
config, input := target.Options, target.URL
sess.Logger().Infof("dnscheck: using richer input: %+v %+v", config, input)

// 1. fill the measurement with test keys
tk := new(TestKeys)
Expand Down

0 comments on commit 6a86d43

Please sign in to comment.