Import/Core_geoip.php
authorEdward <edward@roojs.com>
Tue, 13 May 2014 11:00:01 +0000 (19:00 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 11:00:01 +0000 (19:00 +0800)
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");