mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Keep code base tidy
This commit is contained in:
parent
24a2f472ec
commit
c8138351c9
5 changed files with 16 additions and 18 deletions
|
@ -20,7 +20,7 @@ type Worker struct {
|
|||
|
||||
// Run wait for a job and refresh the given feed.
|
||||
func (w *Worker) Run(c chan model.Job) {
|
||||
logger.Debug("[Worker] #%d started", w.id)
|
||||
logger.Info("[Worker] #%d started", w.id)
|
||||
|
||||
for {
|
||||
job := <-c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue