diff --git a/index.js b/index.js
index 4d18999315be38fcbe3453866e8e9a7b314306af..e5cd7374e893b0e3e2868271a2d8acab735e382b 100644
--- a/index.js
+++ b/index.js
@@ -292,6 +292,7 @@ async function getData(response, baseUrl, apiAuthKey) {
       });
       return eglRawData;
     });
+    log("debug", `Code retour: ${responseEgl.codeRetour}`);
     switch (responseEgl.codeRetour) {
       case 100:
         return format(responseEgl);