summaryrefslogtreecommitdiff
path: root/configfile/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'configfile/main.go')
-rw-r--r--configfile/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/configfile/main.go b/configfile/main.go
index ff3e4c0..eba2dd8 100644
--- a/configfile/main.go
+++ b/configfile/main.go
@@ -34,7 +34,7 @@ func main() {
// show the hypervisors to STDOUT
for _, h := range aCluster.Hypervisors {
- log.Println("\thypervisor =", h.Hostname, h.Memory)
+ log.Println("\thypervisor =", h.Hostname, h.GetMemoryPrintable())
}
}