diff --git a/index.js b/index.js
index 50dcb0af9e2a420b44245a322d624f3cc6ab77ee..491560526f87b3036fca05ae7d5a96307eb560d1 100644
--- a/index.js
+++ b/index.js
@@ -227968,6 +227968,7 @@ async function verifyUserIdentity(
 
   if (fields.pointId != pdl) {
     log('error', 'PointId does not match')
+    log('error', `isAlternateStart ${isAlternateStart}`)
     if (isAlternateStart) {
       throw errors.TERMS_VERSION_MISMATCH
     } else {