Skip to content

Commit b1946d4

Browse files
Downgrade the log to Warn
1 parent b2f7b3d commit b1946d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Transaction/AdoNetWithSystemTransactionFactory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ protected virtual void CompleteTransaction(bool isCommitted)
507507
{
508508
// Throwing would give up attempting to close the session if need be, which may still succeed. So,
509509
// just log an error.
510-
_logger.Error(
510+
_logger.Warn(
511511
"A synchronization timeout occurred at transaction completion: the session is still processing. " +
512512
"Attempting to finalize the transaction concurrently, which may cause a thread concurrency failure. " +
513513
"You may raise {0} if it is set too low. It may also be a limitation of the data provider, " +

0 commit comments

Comments
 (0)