From e0a89f0b159642733102b94d330d1ada53efbe44 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Mon, 6 Jul 2026 00:12:27 +0200 Subject: [PATCH] Mapped biometric decode error to media ID. --- src/biometrics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/biometrics.js b/src/biometrics.js index 91d6845d..790cc53e 100644 --- a/src/biometrics.js +++ b/src/biometrics.js @@ -84,7 +84,7 @@ async function getBiometrics(avatarEntry) { return result; } catch (error) { - logger.error(error); + logger.error(`Failed to decode or detect ${avatarEntry.media_id}: ${error.message}`); return null; } finally {