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 c3a509a commit b899474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ private void cleanupResources() {

if (!task.isDone()) {
_logger.log(WARNING,
"[MDBContainer] ASync task has not finished. " + "Giving up after " + timeout + " mili-seconds.");
"[MDBContainer] ASync task has not finished. Giving up after {0} mili-seconds.", timeout);
} else {
_logger.log(FINE, "[MDBContainer] ASync task has completed");
}
Expand Down

0 comments on commit b899474

Please sign in to comment.