summaryrefslogtreecommitdiff
path: root/tests/uitests/livetests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/uitests/livetests.py')
-rw-r--r--tests/uitests/livetests.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/uitests/livetests.py b/tests/uitests/livetests.py
index 7b836dac..861c1106 100644
--- a/tests/uitests/livetests.py
+++ b/tests/uitests/livetests.py
@@ -1,11 +1,12 @@
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
-import logging
import os
import libvirt
+from virtinst import log
+
from tests.uitests import utils as uiutils
@@ -231,4 +232,4 @@ class Console(uiutils.UITestCase):
pool.destroy()
pool.undefine()
except Exception:
- logging.debug("Error cleaning up pool", exc_info=True)
+ log.debug("Error cleaning up pool", exc_info=True)