diff options
Diffstat (limited to 'src/utils/cache.py')
-rw-r--r-- | src/utils/cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/cache.py b/src/utils/cache.py index 9952c50..a97cc41 100644 --- a/src/utils/cache.py +++ b/src/utils/cache.py @@ -78,5 +78,5 @@ def init_cache(): """ mountpoint = mount_cache() if mountpoint: - logging.debug(f'Creating cache directory at {mountpoint}') + logging.info(f'Creating cache directory at {mountpoint}') os.makedirs('/opt/opengnsys/cache/opt/opengnsys/images') |