mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
Polish log statements for TransactionContext
This commit is contained in:
+2
-2
@@ -132,8 +132,8 @@ class TransactionContext {
|
||||
}
|
||||
|
||||
if (logger.isInfoEnabled()) {
|
||||
logger.info(String.format("%s transaction after test execution for test context %s.",
|
||||
(flaggedForRollback ? "Rolled back" : "Committed"), this.testContext));
|
||||
logger.info(String.format("%s transaction for test context %s.", (flaggedForRollback ? "Rolled back"
|
||||
: "Committed"), this.testContext));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user