Skip to content

Commit

Permalink
Update appserver/ejb/ejb-full-container/src/main/java/org/glassfish/e…
Browse files Browse the repository at this point in the history
…jb/mdb/MessageBeanContainer.java

Co-authored-by: David Matějček <dmatej@seznam.cz>
  • Loading branch information
arjantijms and dmatej committed Jun 7, 2022
1 parent b899474 commit a9e5fb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ public Object deliverMessage(Object[] params) throws Throwable {

if (invocation == null && _logger.isLoggable(FINEST)) {
if (containerState != CONTAINER_STARTED) {
_logger.log(FINEST, "No invocation in onMessage " + " (container closing)");
_logger.log(FINEST, "No invocation in onMessage (container closing)");
} else {
_logger.log(FINEST, "No invocation in onMessage : ");
}
Expand Down

0 comments on commit a9e5fb2

Please sign in to comment.