diff --git a/ratarmount.py b/ratarmount.py index 553ae985..d96c9157 100755 --- a/ratarmount.py +++ b/ratarmount.py @@ -660,6 +660,10 @@ def pointsIntoMountPoint(pathToTest): statResults = os.lstat(self.mountPoint) self.mountPointInfo = {key: getattr(statResults, key) for key in dir(statResults) if key.startswith('st_')} + if self.printDebug >= 1: + print("Created mount point at:", self.mountPoint) + print("This folder shows the contents of the selected archive(s).") + def __del__(self) -> None: try: if self.mountPointWasCreated: