Skip to content

Commit 67a7145

Browse files
committed
misc
1 parent cbff14b commit 67a7145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scouterx/strace/tracemain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ func findXLogDiscard(tctx *netio.TraceContext, elapsed int32) netdata.XlogDiscar
342342
}
343343

344344
func StartMethod(ctx context.Context) *netdata.MethodStep {
345-
return StartMethodWithParam(ctx, nil)
345+
return StartMethodWithParam(ctx)
346346
}
347347

348348
func StartMethodWithParam(ctx context.Context, params ...interface{}) *netdata.MethodStep {

0 commit comments

Comments
 (0)