summaryrefslogtreecommitdiffstats
path: root/jobs/jobs_watcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/jobs_watcher.go')
-rw-r--r--jobs/jobs_watcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/jobs_watcher.go b/jobs/jobs_watcher.go
index eaa3a4e73..645715db4 100644
--- a/jobs/jobs_watcher.go
+++ b/jobs/jobs_watcher.go
@@ -66,7 +66,7 @@ func (watcher *Watcher) Stop() {
func (watcher *Watcher) PollAndNotify() {
if result := <-watcher.srv.Store.Job().GetAllByStatus(model.JOB_STATUS_PENDING); result.Err != nil {
- l4g.Error("Error occured getting all pending statuses: %v", result.Err.Error())
+ l4g.Error("Error occurred getting all pending statuses: %v", result.Err.Error())
} else {
jobs := result.Data.([]*model.Job)