Re-order default backend deletion calls

This commit is contained in:
bprashanth 2016-11-22 16:07:09 -08:00
parent d1e8a629ca
commit 6260eeeed4
2 changed files with 25 additions and 27 deletions

View file

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