From c4c07770a7af94d7a761fbcf8fdbbfb12584bd37 Mon Sep 17 00:00:00 2001 From: "DESKTOP-C9V2M01\\Zeeri" Date: Mon, 14 Aug 2023 07:36:07 -0700 Subject: [PATCH] Added logging. --- routes/ping.js | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/ping.js b/routes/ping.js index ae764b9..ce628b9 100644 --- a/routes/ping.js +++ b/routes/ping.js @@ -73,6 +73,7 @@ async function updateRecord(record, isInternal, clientAddress) { } } } catch(e) { + console.log("Error in updateRecord(..):") console.log(e); } }