summaryrefslogtreecommitdiff
path: root/dump.go
diff options
context:
space:
mode:
Diffstat (limited to 'dump.go')
-rw-r--r--dump.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.go b/dump.go
index 9291bb1..511312b 100644
--- a/dump.go
+++ b/dump.go
@@ -38,7 +38,7 @@ func dumpDroplets(w http.ResponseWriter) {
}
arp := strings.Join(macs, " ")
if d.CurrentState == pb.DropletState_ON {
- fmt.Fprintln(w, i, "droplet:", arp, d.Hostname, d.StartState, d.CurrentState)
+ fmt.Fprintln(w, i, "droplet:", arp, d.Hostname, d.StartState, d.CurrentState, d.CurrentHypervisor)
continue
}
if d.StartState == pb.DropletState_ON {