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 5d9bd8f commit 374157a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ private void cleanupResources() {
// we will have to do the cleanup in the current thread itself.
addedAsyncTask = false;
_logger.log(WARNING, "[MDBContainer] Got exception while trying "
+ "to add task to ContainerWorkPool. Will execute " + "cleanupResources on current thread", th);
+ "to add task to ContainerWorkPool. Will execute cleanupResources on current thread", th);
}
}

Expand Down

0 comments on commit 374157a

Please sign in to comment.