improvements, fixes, etc...

This commit is contained in:
Loretta 2025-09-30 07:24:36 +02:00
parent 08f91408c3
commit 19cc506fc2
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class MgDbContextBase : IMgDbContextBase
if (throwException) throw;
result = false;
Logger.Error($"TransactionInnerAsync({this}) transaction error! ex: {ex.Message}{AcEnv.NL}", ex);
Logger.Error($"TransactionInnerAsync({this}) transaction ROLLBACK! ex: {ex.Message}{AcEnv.NL}", ex);
}
return result;