Import/Core_geoip.php
[Pman.Core] / Import / Core_geoip.php
index 238211f..8f01de9 100644 (file)
@@ -37,8 +37,12 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo
             $this->jerr('GeoLite2-City-Locations.csv OR GeoLite2-City-Blocks.csv does not exists?!');
         }
         
+        $this->log("Insert location data started");
+        
         $this->insertLocation($location);
         
+        $this->log("Insert Block data end");
+        
         $this->insertBlock($block);
         
         $this->jok("DONE");