From 93f89e51e7ec3259258076c50b96b8a2b888291e Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Thu, 12 Sep 2024 11:59:33 +0200 Subject: [PATCH] logging --- modules/http_host/http_host_lib/mount.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/http_host/http_host_lib/mount.py b/modules/http_host/http_host_lib/mount.py index 6358b46..bdfe6f9 100644 --- a/modules/http_host/http_host_lib/mount.py +++ b/modules/http_host/http_host_lib/mount.py @@ -40,6 +40,7 @@ def create_fstab(): version_str = version.name btrfs_file = area_dir / version_str / 'tiles.btrfs' if not btrfs_file.is_file(): + print(f" {btrfs_file} doesn't exists, skipping") continue mnt_folder = config.mnt_dir / f'{area}-{version_str}'