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); } }