diff options
Diffstat (limited to 'worker/worker.go')
-rwxr-xr-x | worker/worker.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/worker.go b/worker/worker.go index 05c6dd0d..e5c3a192 100755 --- a/worker/worker.go +++ b/worker/worker.go @@ -111,7 +111,7 @@ func (w *Process) String() string { } return fmt.Sprintf( - "(`%s` [%s], numExecs: %v)", + "(`%s` [%s], num_execs: %v)", strings.Join(w.cmd.Args, " "), st, w.state.NumExecs(), |