summaryrefslogtreecommitdiff
path: root/controller/dryaderimpl.go
diff options
context:
space:
mode:
Diffstat (limited to 'controller/dryaderimpl.go')
-rw-r--r--controller/dryaderimpl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/dryaderimpl.go b/controller/dryaderimpl.go
index ac5b1d3..b4e4eae 100644
--- a/controller/dryaderimpl.go
+++ b/controller/dryaderimpl.go
@@ -90,7 +90,7 @@ func (h *DryaderImpl) remove(j weles.JobID) {
// setStatus sets Jobs status to RUNNING and updates info.
func (h *DryaderImpl) setStatus(j weles.JobID, msg string) {
- err := h.jobs.SetStatusAndInfo(j, weles.JOB_RUNNING, msg)
+ err := h.jobs.SetStatusAndInfo(j, weles.JobStatusRUNNING, msg)
if err != nil {
h.remove(j)
h.SendFail(j, fmt.Sprintf("Internal Weles error while changing Job status : %s", err.Error()))