jmontoyaa 8 years ago
parent
commit
bbedab15f3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main/cron/import_csv.php

+ 2 - 0
main/cron/import_csv.php

@@ -202,6 +202,7 @@ class ImportCsv
                         } else {
                             $this->$method($file, true);
                         }
+                        $this->logger->addInfo("--Finish reading file--");
                     }
                 }
             }
@@ -237,6 +238,7 @@ class ImportCsv
                             $teacherBackup,
                             $groupBackup
                         );
+                        $this->logger->addInfo("--Finish reading file--");
                     }
                 }
             }