Skip to content

Commit 2cfc2ba

Browse files
committed
misc
1 parent 8836ce4 commit 2cfc2ba

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
@@ -447,7 +447,7 @@ func startMethodWithParam(ctx context.Context, params ...interface{}) *netdata.M
447447
split := strings.Split(funcName, "/")
448448
methodName := split[len(split)-1] + "()"
449449

450-
return startMethodWithParam0(tctx, funcName, methodName, params)
450+
return startMethodWithParam0(tctx, funcName, methodName, params...)
451451
}
452452

453453
func startMethodWithParam0(tctx *netio.TraceContext, funcName string, methodName string, params ...interface{}) *netdata.MethodStep {

0 commit comments

Comments
 (0)