diff --git a/test_harness.py b/test_harness.py index af9dd8a..8532ba7 100644 --- a/test_harness.py +++ b/test_harness.py @@ -35,6 +35,7 @@ def _make_loopbacked_devices(num): """ tdir = tempfile.mkdtemp("_stratis_test_loopback") + logging.info("temporary directory for loopbacked devices: %s", tdir) devices = [] for index in range(num):