diff options
| author | Jeff Carr <[email protected]> | 2024-10-22 04:26:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-22 04:26:29 -0500 |
| commit | ca0d4f423a7892f582eced971a31caab1add9c02 (patch) | |
| tree | d56c015247d81b7b4cb7cba595b7c875b3cb49cd /configfile/main.go | |
| parent | e256f02cf8caf7459269ebdba90c43936feb60bd (diff) | |
experiements
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'configfile/main.go')
| -rw-r--r-- | configfile/main.go | 2 |
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()) } } |
