diff --git a/files/gvm_library.py b/files/gvm_library.py
index 6ccfb09c27247281441bb995babc08e561ba6a7b..ee49ed5905fb706192feda6877ef8430fd851ad7 100644
--- a/files/gvm_library.py
+++ b/files/gvm_library.py
@@ -681,6 +681,8 @@ class ReportManager():
         # Init global aggregated variables
         self.init_glob_vars()
 
+        pretty_json(self.imported_oids)
+
         for host, host_report in self.imported_oids:
             for res_report in host_report: