Re-order default backend deletion calls
This commit is contained in:
parent
d1e8a629ca
commit
6260eeeed4
2 changed files with 25 additions and 27 deletions
|
|
@ -103,7 +103,7 @@ func (c *CloudListingPool) ReplenishPool() {
|
|||
for i := range items {
|
||||
key, err := c.keyGetter(items[i])
|
||||
if err != nil {
|
||||
glog.V(4).Infof("CloudListingPool: %v", err)
|
||||
glog.V(5).Infof("CloudListingPool: %v", err)
|
||||
continue
|
||||
}
|
||||
c.InMemoryPool.Add(key, items[i])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue