Browse Source

Minor - adding message.

Julio Montoya 11 years ago
parent
commit
3e46c02707
1 changed files with 2 additions and 1 deletions
  1. 2 1
      main/cron/import_csv.php

+ 2 - 1
main/cron/import_csv.php

@@ -160,7 +160,7 @@ class ImportCsv
                         $method = $fileInfo['method'];
                         $file = $fileInfo['file'];
                         echo 'Static file: '.$file.PHP_EOL;
-                        $this->logger->addInfo("Reading file: $file");
+                        $this->logger->addInfo("Reading static file: $file");
                         $this->$method($file, true);
                     }
                 }
@@ -673,6 +673,7 @@ class ImportCsv
             $this->logger->addError($result['error_message']);
         }
         $this->logger->addInfo("Sessions - Sessions parsed: ".$result['session_counter']);
+
         if ($moveFile) {
             $this->moveFile($file);
         }