-Fix GUID typo

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6385 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-06-08 13:38:24 +00:00
parent f5751967b3
commit e615995af0

View File

@ -445,7 +445,7 @@ sub inv {
}
my $vmview = $args{vmview};
my $uuid = $vmview->config->uuid;
sendmsg("$node: UUID/GUI: $uuid");
sendmsg("$node: UUID/GUID: $uuid");
my $cpuCount = $vmview->config->hardware->numCPU;
sendmsg("$node: CPUs: $cpuCount");
my $memory = $vmview->config->hardware->memoryMB;