dom0/qvm-prefs: typo fix
This commit is contained in:
parent
1076e09dc0
commit
bb30184452
@ -122,7 +122,7 @@ def set_maxmem(vms, vm, args):
|
||||
return False
|
||||
|
||||
if new_maxmem < vm.memory:
|
||||
print >> sys.stderr, "WARNING: new maxmem smaller than memory property - VM will be able to use only 'maxmem' memory amount".
|
||||
print >> sys.stderr, "WARNING: new maxmem smaller than memory property - VM will be able to use only 'maxmem' memory amount"
|
||||
|
||||
vm.maxmem = new_maxmem
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user