Skip to content

Commit

Permalink
fix(plc4go): return correct WithOption for WithExecutorOptionTracerWo…
Browse files Browse the repository at this point in the history
…rkers
  • Loading branch information
sruehl committed Jun 20, 2023
1 parent 6000069 commit 9d1877f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plc4go/pkg/api/config/config.go
Expand Up @@ -71,7 +71,7 @@ func WithTraceDefaultMessageCodecWorker(traceWorkers bool) WithOption {
}

// WithExecutorOptionTracerWorkers sets a flag which extends logging for workers
func WithExecutorOptionTracerWorkers(traceWorkers bool) options.WithOption {
func WithExecutorOptionTracerWorkers(traceWorkers bool) WithOption {
return options.WithExecutorOptionTracerWorkers(traceWorkers)
}

Expand Down

0 comments on commit 9d1877f

Please sign in to comment.