Polish log statements for TransactionContext
This commit is contained in:
		
							parent
							
								
									7808996d71
								
							
						
					
					
						commit
						3e5946db37
					
				|  | @ -132,8 +132,8 @@ class TransactionContext { | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
| 		if (logger.isInfoEnabled()) { | 		if (logger.isInfoEnabled()) { | ||||||
| 			logger.info(String.format("%s transaction after test execution for test context %s.", | 			logger.info(String.format("%s transaction for test context %s.", (flaggedForRollback ? "Rolled back" | ||||||
| 				(flaggedForRollback ? "Rolled back" : "Committed"), this.testContext)); | 					: "Committed"), this.testContext)); | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue