Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calling GroupConfigProcessor().loadConfigFiles() reads and clears config.groupConfigFiles, and loads the JSON files before iocInit. When loadConfigFiles() is called again from an init-hook, config.groupConfigFiles is empty, and no JSON files are actually read, so no groups in those files are loaded. This change removes error messages at the point where dbLoadGroup is called; errors are now displayed only during iocInit.
- Loading branch information