diff options
Diffstat (limited to 'poll.go')
| -rw-r--r-- | poll.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -123,6 +123,7 @@ func (h *HyperT) pollHypervisor() { } if d.Current.State == pb.DropletState_OFF { log.Info(header, "droplet timed out and is off. remove from h.lastDroplets[] slice") + delete(h.lastDroplets, name) continue } |
