]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/image-utils.ts
Add save replay live tests
[github/Chocobozzz/PeerTube.git] / server / helpers / image-utils.ts
index f2f6a004f7ede83514013810f956ab1b73830c7c..5f254a7aaf04594de6af26331ef667b8c0b23eef 100644 (file)
@@ -21,7 +21,7 @@ async function processImage (
   try {
     jimpInstance = await Jimp.read(path)
   } catch (err) {
-    logger.debug('Cannot read %s with jimp. Try to convert the image using ffmpeg first.', { err })
+    logger.debug('Cannot read %s with jimp. Try to convert the image using ffmpeg first.', path, { err })
 
     const newName = path + '.jpg'
     await convertWebPToJPG(path, newName)