Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
fix: clearer log
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Feb 23, 2021
1 parent b6dc3cb commit 8dd7da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func (e *Engine) TaskRoutine() {
// after threshold and task is not done yet, is ready for DoneCmd
t.IsDoneReady = true
} else {
log.Println("[DoneCmd] canceled within DoneCmdThreshold, the task is started at ", t.StartedAt)
log.Println("[DoneCmd] not ready for DoneCmd yet, time before threshold, task was started at ", t.StartedAt)
}

continue
Expand Down

0 comments on commit 8dd7da5

Please sign in to comment.