1
0
Fork 0
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:
Frédéric Guillot 2018-01-29 20:46:01 -08:00
parent 24a2f472ec
commit c8138351c9
5 changed files with 16 additions and 18 deletions

View file

@ -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