diff --git a/lib/http-routes/api/create-call.js b/lib/http-routes/api/create-call.js index 0b6d918f..e20afd77 100644 --- a/lib/http-routes/api/create-call.js +++ b/lib/http-routes/api/create-call.js @@ -218,7 +218,7 @@ router.post('/', } if (!app.notifier && app.call_status_hook) { app.notifier = new HttpRequestor(logger, account.account_sid, app.call_status_hook, account.webhook_secret); - logger.debug({call_hook: app.call_hook}, 'creating http client for call status hook'); + logger.debug({call_status_hook: app.call_status_hook}, 'creating http client for call status hook'); } else if (!app.notifier) { logger.debug('creating null call status hook');