Update speech-utils.js (#425)

This commit is contained in:
Sam Machin
2025-04-23 15:29:19 +01:00
committed by GitHub
parent b8bf18f8ca
commit b05b32d73e

View File

@@ -387,7 +387,7 @@ const testWhisper = async(logger, synthAudio, credentials) => {
}
);
} catch (err) {
logger.info({err}, 'synthEvenlabs returned error');
logger.info({err}, 'synth whisper returned error');
throw err;
}
};