From 70066b170d452c88a5c6eeaa04635f76afd3cf14 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 17 Jul 2020 23:55:45 +0100 Subject: [PATCH] added more info to the log --- functions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/index.js b/functions/index.js index 436991c6b..ca7fc7c15 100644 --- a/functions/index.js +++ b/functions/index.js @@ -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}` ); }