From 16c801324bc24e6ca770fe31c5f78e8b8c3f6f18 Mon Sep 17 00:00:00 2001
From: Hans Fangohr <fangohr@users.noreply.github.com>
Date: Sun, 2 Jul 2023 07:36:11 +0200
Subject: [PATCH] Explain why we think a release has not been fully installed

---
 src/mpsd_software_manager/mpsd_software.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mpsd_software_manager/mpsd_software.py b/src/mpsd_software_manager/mpsd_software.py
index e963470..cdd616e 100755
--- a/src/mpsd_software_manager/mpsd_software.py
+++ b/src/mpsd_software_manager/mpsd_software.py
@@ -1042,7 +1042,7 @@ def environment_status(mpsd_release: str, root_dir: Union[str, Path]) -> dict:
     # if the mpds_release directory exists but the spack repository is not fully
     # cloned - indicates some kind of incomplete installation:
     if not spack_dir.exists():
-        logging.debug(f"Looking for files in {spack_dir}")
+        logging.info(f"Could not find directory {spack_dir}.")
         logging.error(
             f"MPSD release '{mpsd_release}' has not been completely installed."
         )
-- 
GitLab