From: Edward Date: Tue, 13 May 2014 11:00:08 +0000 (+0800) Subject: Import/Core_geoip.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=71817d78e5f0b92831081cc54a4aeb7b7d33f9f1 Import/Core_geoip.php --- diff --git a/Import/Core_geoip.php b/Import/Core_geoip.php index 8f01de96..7ce9cf03 100644 --- a/Import/Core_geoip.php +++ b/Import/Core_geoip.php @@ -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);