Skip to content

Commit ab70e8b

Browse files
committed
WIP: debug EncFS mount args
1 parent 12d7175 commit ab70e8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

common/encfstools.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ class EncFS_mount(MountControl):
2828
"""Mount encrypted paths with encfs."""
2929

3030
def __init__(self, *args, **kwargs):
31+
# TODO: Remove these debug calls as they are just to help me
32+
# setup testing!
33+
logger.debug("EncFS_mount args:")
34+
logger.debug(str(args))
35+
logger.debug("EncFS_mount kwargs:")
36+
logger.debug(str(kwargs))
3137
# init MountControl
3238
super(EncFS_mount, self).__init__(*args, **kwargs)
3339

0 commit comments

Comments
 (0)