diff --git a/sen2chain/download_eodag.py b/sen2chain/download_eodag.py
index ad4352248233a6e35f3ab3dac788a844c5cbbf5e..294aa40c9fb877af5e2440cba21e362c7b359f95 100644
--- a/sen2chain/download_eodag.py
+++ b/sen2chain/download_eodag.py
@@ -276,6 +276,8 @@ class S2cEodag:
                                             p.properties["storageStatus"]
                                         )
                                     )
+            # logger.info(p.properties)
+
 
         # clouds = self.products[:]
         # for p in clouds:
@@ -296,7 +298,8 @@ class S2cEodag:
                     # self.products.remove(p)
                 # else:
                     # logger.info("{} - remote {} - local l2a ABSENT".format(p.properties["title"], p.properties["storageStatus"]))
-        logger.info("Search returned {} new product(s) to download".format(len(self.products))) ####### rajouter ici "- dont xx ABSENT - dont xx ONLINE / xx STAGING"
+        logger.info("Search returned {} products online, of which {} new product(s) to download".format(len(filtered), len(self.products))) ####### rajouter ici "- dont xx ABSENT - dont xx ONLINE / xx STAGING"
+
             
     def download(
         self,
@@ -451,10 +454,11 @@ def S2cEodag_download_uniq(
                         )
                         logger.info("Moving up files and deleting old folder")
                 except:
+                    logger.info("Error: Issue while moving up extracted file")
                     pass
                 set_permissions(Path(downloaded_path))
         except:
-            logger.info("Error: ONLINE product but cannot be downloaded, retry later")
+            logger.info("Error: Something went wrong with download process, retry later")
 
     elif product.properties["storageStatus"] == "OFFLINE":
         try: