added more info to the log

This commit is contained in:
Jack 2020-07-17 23:55:45 +01:00
parent 5a5eb28bbb
commit 70066b170d

View file

@ -419,7 +419,7 @@ exports.testCompleted = functions.https.onCall((request, response) => {
};
} catch (e) {
console.error(
`cant verify key spacing or duration! - ${e} - ${obj.keySpacing} ${obj.keyDuration}`
`cant verify key spacing or duration for user ${request.uid}! - ${e} - ${obj.keySpacing} ${obj.keyDuration}`
);
}