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 8e5b287 commit 5d9bd8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ private void cleanupResources() {
if (addedAsyncTask) {
synchronized (task) {
if (!task.isDone()) {
_logger.log(FINE, "[MDBContainer] " + "Going to wait for a maximum of " + timeout + " mili-seconds.");
_logger.log(FINE, "[MDBContainer] Going to wait for a maximum of {0} mili-seconds.", timeout);
long maxWaitTime = System.currentTimeMillis() + timeout;
// wait in loop to guard against spurious wake-up
do {
Expand Down

0 comments on commit 5d9bd8f

Please sign in to comment.