mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Correct log
This commit is contained in:
parent
a8d5e676bf
commit
52fe69e400
@ -321,7 +321,7 @@ class RecordingMaintainer(threading.Thread):
|
||||
return
|
||||
else:
|
||||
logger.debug(
|
||||
f"Moved {file_path} in {datetime.datetime.now().timestamp()-start_frame} seconds."
|
||||
f"Copied {file_path} in {datetime.datetime.now().timestamp()-start_frame} seconds."
|
||||
)
|
||||
|
||||
try:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user