Import/Core_geoip.php
[Pman.Core] / Import / Core_geoip.php
index 8f01de9..7ce9cf0 100644 (file)
@@ -37,11 +37,11 @@ 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->log("Insert location data start");
         
         $this->insertLocation($location);
         
-        $this->log("Insert Block data end");
+        $this->log("Insert Block data start");
         
         $this->insertBlock($block);