diff --git a/dom0/qvm-core/qubes.py b/dom0/qvm-core/qubes.py index 98997838..b34a5eb2 100755 --- a/dom0/qvm-core/qubes.py +++ b/dom0/qvm-core/qubes.py @@ -1391,7 +1391,7 @@ class QubesVm(object): qmemman_client = QMemmanClient() if not qmemman_client.request_memory(mem_required): qmemman_client.close() - raise MemoryError ("ERROR: insufficient memory to start this VM") + raise MemoryError ("ERROR: insufficient memory to start VM '%s'" % self.name) # Bind pci devices to pciback driver for pci in self.pcidevs: