Minor - add log info

pull/3651/head
Julio Montoya 5 years ago
parent d178f8c5d1
commit 9364c953df
  1. 4
      main/cron/import_csv.php

@ -1016,7 +1016,9 @@ class ImportCsv
); );
} }
} }
$this->logger->addInfo("Students - User updated: ".$row['username']); $this->logger->addInfo(
'Students - User updated: '.$row['username'].' '.$row['firstname'].' '.$row['lastname'].' '.$email
);
} else { } else {
$this->logger->addError("Students - User NOT updated: ".$row['username']." ".$row['firstname']." ".$row['lastname']); $this->logger->addError("Students - User NOT updated: ".$row['username']." ".$row['firstname']." ".$row['lastname']);
} }

Loading…
Cancel
Save