clarify logs and gitignore and skipping vendor from now on
Former-commit-id: c8b61b58379d768f04e1593c2a77cf429407cf62
This commit is contained in:
@@ -24,7 +24,7 @@ func (rss *RSS) Run() error {
|
||||
return nil
|
||||
case i := <-rss.items:
|
||||
if err := rss.update(i); err != nil {
|
||||
log.Println(err)
|
||||
log.Println("[rss.Run]", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user