diff --git a/index.js b/index.js
index a30b96e99712546c83cd66fb1bdfcce11ffebe60..3b68780d0d2e959b0b62a0039afd486ab8d98546 100644
--- a/index.js
+++ b/index.js
@@ -224000,7 +224000,7 @@ async function findUserPdl(
     'Content-Type': 'text/xml;charset=UTF-8',
     apikey: apiAuthKey,
   }
-
+  log('info', rechercherPoint(appLogin, name, postalCode, inseeCode, address))
   const { response } = await soapRequest({
     url: url,
     headers: sgeHeaders,