mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
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:
@@ -21,11 +21,11 @@ class Migration_process_deprecated extends CI_Migration
|
|||||||
}
|
}
|
||||||
} catch (\Throwable $th) {
|
} 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 {
|
} 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.");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user