diff --git a/lib/routes/api/recent-calls.js b/lib/routes/api/recent-calls.js index 170eb2d7..68507f89 100644 --- a/lib/routes/api/recent-calls.js +++ b/lib/routes/api/recent-calls.js @@ -185,7 +185,7 @@ router.get('/Call/:call_sid', async(req, res) => { res.status(200).json(data.data[0]); } catch (err) { - logger.error({ err }, `Error retrieving call information for account_sid: ${account_sid}, call_sid: ${call_sid}`); + logger.error({ err }, `Error retrieving call information for call_sid: ${call_sid}`); res.sendStatus(500); } });