better logging

This commit is contained in:
Maxim Devaev
2022-06-19 19:54:24 +03:00
parent 17865348f2
commit 4aa7a21b55
2 changed files with 7 additions and 5 deletions

View File

@@ -119,3 +119,4 @@ def main() -> None:
_mkdir(path)
if storage.user:
_chown(path, storage.user)
_log(f"Storage in the {'RW' if rw else 'RO'}-mode now")