diff --git a/models/profileDiffs.js b/models/profileDiffs.js index f2e8895aa3..34b64e3402 100644 --- a/models/profileDiffs.js +++ b/models/profileDiffs.js @@ -152,7 +152,7 @@ const fetchProfileDiffUnobfuscated = async (profileDiffId) => { ...profileDiffData, }; } catch (err) { - logger.error("Error retrieving profile Diff", err); + logger.error("Error retrieving Unobfuscated profile Diff", err); throw err; } };