clan-vm-manager: init log view with current state of log

This commit is contained in:
Johannes Kirschbauer
2024-03-17 14:57:23 +01:00
parent ff38569a36
commit 384b0697fb
2 changed files with 12 additions and 8 deletions

View File

@@ -117,11 +117,7 @@ class ClanStore:
if vm == self._logging_vm:
gfile.load_contents_async(None, file_read_callback, None)
else:
log.warning(
"Cannot log details of VM that is not the current logging VM.",
vm,
self._logging_vm,
)
log.info("Log details of VM hidden, vm is not current logging VM.")
# we cannot check this type, python is not smart enough