aboutsummaryrefslogtreecommitdiff
path: root/src/toolkit
diff options
context:
space:
mode:
authortassaron2022-05-10 01:03:35 -0400
committertassaron2022-05-10 01:03:35 -0400
commit162a5cba3d47987474964ace115dc3a245807a94 (patch)
tree1ec3ba9ec66218040f39523cd8df4d407477792a /src/toolkit
parentacef7463a07522784695dbab57c77f1584e12e1b (diff)
log name of missing/unreadable audio file
Diffstat (limited to 'src/toolkit')
-rw-r--r--src/toolkit/ffmpeg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolkit/ffmpeg.py b/src/toolkit/ffmpeg.py
index 7b19f2e..ff06469 100644
--- a/src/toolkit/ffmpeg.py
+++ b/src/toolkit/ffmpeg.py
@@ -422,7 +422,7 @@ def readAudioFile(filename, videoWorker):
'''
duration = getAudioDuration(filename)
if not duration:
- log.error('Audio file doesn\'t exist or unreadable.')
+ log.error(f"Audio file {filename} doesn't exist or unreadable.")
return
command = [