diff --git a/src/realms/twitter/routes/status.ts b/src/realms/twitter/routes/status.ts index 1af068d..db02b93 100644 --- a/src/realms/twitter/routes/status.ts +++ b/src/realms/twitter/routes/status.ts @@ -92,7 +92,7 @@ export const statusRequest = async (c: Context) => { if (isBotUA) { console.log(`Matched bot UA ${userAgent}`); } else { - console.log('Bypass bot check'); + console.log(`Bypass bot check (Presented user-agent ${userAgent})`); } /* This throws the necessary data to handleStatus (in status.ts) */