Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Revert "Bug 1425438 - extra debugging info"
Browse files Browse the repository at this point in the history
This reverts commit 897af56.
  • Loading branch information
petemoore committed Dec 19, 2017
1 parent 569e52e commit 7dfbec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -633,7 +633,7 @@ func RunWorker() (exitCode ExitCode) {
remainingTaskCountText = fmt.Sprintf(" %v more tasks to run before exiting.", remainingTasks)
}
}
log.Printf("No task claimed. Idle for %v (since %v)%v.%v", idleTime, lastActive, remainingIdleTimeText, remainingTaskCountText)
log.Printf("No task claimed. Idle for %v%v.%v", idleTime, remainingIdleTimeText, remainingTaskCountText)
}
}
// To avoid hammering queue, make sure there is at least 5 seconds
Expand Down

0 comments on commit 7dfbec0

Please sign in to comment.