Log message changed

This commit is contained in:
Mauro Mugnaini 2020-06-29 16:58:16 +02:00
parent 352c4ae2b9
commit 9b699ea51b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public abstract class AbstractEventPublisher implements EventPublisher {
if (event != null) {
eventSender.send(event);
} else {
logger.warn("Cannot post null event");
logger.warn("Cannot publish a null event");
}
}