summaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-28 15:02:32 +0300
committerWolfy-J <[email protected]>2018-01-28 15:02:32 +0300
commitbb62198db284e0f6aa2722e3a8935190853820fb (patch)
tree0c16a2a359563c468065b7c2a8f855ce7178161a /worker.go
parentd4b52bb35417c464755af95366243e65b6cdc836 (diff)
minor CS
Diffstat (limited to 'worker.go')
-rw-r--r--worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.go b/worker.go
index d505c54b..b62cf86e 100644
--- a/worker.go
+++ b/worker.go
@@ -76,7 +76,7 @@ func (w *Worker) State() State {
func (w *Worker) String() string {
state := w.state.String()
if w.Pid != nil {
- state = state + ", pid.php:" + strconv.Itoa(*w.Pid)
+ state = state + ", pid:" + strconv.Itoa(*w.Pid)
}
return fmt.Sprintf(