clarify logs and gitignore and skipping vendor from now on
Former-commit-id: c8b61b58379d768f04e1593c2a77cf429407cf62
This commit is contained in:
@@ -43,11 +43,11 @@ func (q *Queue) Push(i *Item) {
|
||||
q.queue.Put(i)
|
||||
b, err := i.Encode()
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
log.Println("[Push]", err)
|
||||
return
|
||||
}
|
||||
if err := config.Values().DB.Set(i.Key, b, nsQueued); err != nil {
|
||||
log.Println(err)
|
||||
log.Println("[Push]", err)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user