Add system events section to README

This commit is contained in:
2021-02-21 13:50:12 +01:00
parent 6a2cad4ae5
commit 7c3cd017de
2 changed files with 33 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public final class EventBus {
if (event instanceof DeadEvent || event instanceof ExceptionEvent)
// Warn about system event not being handled
logger.log(Level.WARNING, event + " not handled", e);
logger.log(Level.WARNING, event + " not handled due to exception", e);
else
// Dispatch exception event