mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fix variable typo.
This commit is contained in:
parent
3c17265194
commit
f37612dfe5
@ -156,7 +156,7 @@ class vmmEngine(gobject.GObject):
|
|||||||
return self._tick()
|
return self._tick()
|
||||||
|
|
||||||
if self._tick_thread and self._tick_thread.isAlive():
|
if self._tick_thread and self._tick_thread.isAlive():
|
||||||
if not self._tick_is_slow:
|
if not self._tick_thread_slow:
|
||||||
logging.debug("Tick is slow, not running at requested rate.")
|
logging.debug("Tick is slow, not running at requested rate.")
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user