summaryrefslogtreecommitdiff
path: root/worker/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/worker.go')
-rwxr-xr-xworker/worker.go2
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(),