mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
add log
This commit is contained in:
parent
55682875a1
commit
ce8374b46c
1 changed files with 2 additions and 1 deletions
|
@ -597,6 +597,7 @@ def scan():
|
||||||
global mount_point, infected_files, file_count, f_used
|
global mount_point, infected_files, file_count, f_used
|
||||||
|
|
||||||
# get device size
|
# get device size
|
||||||
|
logging.info(f'start scan')
|
||||||
try:
|
try:
|
||||||
statvfs = os.statvfs(mount_point)
|
statvfs = os.statvfs(mount_point)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue