no need for a error message in mig 210

There is no need for an error message in migration 210. If no .git directory is available, there is no need to process the text files anyway.
This commit is contained in:
HB9HIL
2024-08-20 17:10:58 +02:00
committed by GitHub
parent a279db34f8
commit 16cf6e766f

View File

@@ -21,11 +21,11 @@ class Migration_process_deprecated extends CI_Migration
}
} catch (\Throwable $th) {
log_message("Error","Mig: Error at Mig 210 for txt files. Run manually a git reset.");
log_message("error","Mig: Error at Mig 210 for txt files. Run manually a git reset.");
}
} else {
log_message("Error","Mig: Error at Mig 210 for txt files. Function exec() not usable. Run manually a git reset.");
log_message("info","Mig 210: No .git found. Skipping processing of txt files.");
}
}