Replace all occurrences of logger.info with logger.error
This commit is contained in:
parent
15db1c88d7
commit
59b020c0d4
2 changed files with 11 additions and 11 deletions
|
|
@ -1394,7 +1394,7 @@ class VirtualMachineView(LoginRequiredMixin, View):
|
|||
terminated = manager.delete_vm(vm.id)
|
||||
|
||||
if not terminated:
|
||||
logger.debug(
|
||||
logger.error(
|
||||
"manager.delete_vm returned False. Hence, error making "
|
||||
"xml-rpc call to delete vm failed."
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue