Make log location more explicit in error message
See https://github.com/QubesOS/qubes-issues/issues/4224#issuecomment-414513721.
This commit is contained in:
parent
4dab769934
commit
5aa35a1208
@ -1298,9 +1298,9 @@ class Qubes(qubes.PropertyHolder):
|
|||||||
self.log.error(
|
self.log.error(
|
||||||
'Cannot remove %s, used by %s.%s',
|
'Cannot remove %s, used by %s.%s',
|
||||||
vm, obj, prop.__name__)
|
vm, obj, prop.__name__)
|
||||||
raise qubes.exc.QubesVMInUseError(vm,
|
raise qubes.exc.QubesVMInUseError(vm, 'Domain is in '
|
||||||
'Domain is in use: {!r}; details in system log'
|
'use: {!r}; see /var/log/qubes/qubes.log in dom0 for '
|
||||||
.format(vm.name))
|
'details'.format(vm.name))
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user