diff --git a/index.js b/index.js index 3e088205827b05a406e18be357459bf730bf37da..6f48be21d417703c7aea8e43f0b9e80a37e7f620 100644 --- a/index.js +++ b/index.js @@ -224016,6 +224016,7 @@ async function findUserPdl( log('info', parsedReply) return parseUserPdl(parsedReply) } catch (error) { + log('info', parsedReply) log('error', 'Error while parsing user PDL: ' + error) throw errors.LOGIN_FAILED }