-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display of errors #44
Comments
I noticed this when in the codebase yesterday playing with ICS config.
|
Implemented 020aa70 basic logging of errors and warning into log file and console. |
Commit 868c3ea adds display of error notification in curses interface. |
Need to implement a system to propagate errors and display to the user.
For instance, if some of the files were not loaded, there should be a message to the user or at the very least a log file.
The text was updated successfully, but these errors were encountered: