File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/NHibernate/Transaction Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace NHibernate.Transaction
13
13
{
14
14
public class AdoNetTransactionFactory : ITransactionFactory
15
15
{
16
- private readonly IInternalLogger isolaterLog = LoggerProvider . LoggerFor ( typeof ( Isolater ) ) ;
16
+ private readonly IInternalLogger isolaterLog = LoggerProvider . LoggerFor ( typeof ( ITransactionFactory ) ) ;
17
17
18
18
public ITransaction CreateTransaction ( ISessionImplementor session )
19
19
{
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace NHibernate.Transaction
10
10
{
11
11
public class AdoNetWithDistributedTransactionFactory : ITransactionFactory
12
12
{
13
- private static readonly IInternalLogger logger = LoggerProvider . LoggerFor ( typeof ( AbstractSessionImpl ) ) ;
13
+ private static readonly IInternalLogger logger = LoggerProvider . LoggerFor ( typeof ( ITransactionFactory ) ) ;
14
14
15
15
private readonly AdoNetTransactionFactory adoNetTransactionFactory = new AdoNetTransactionFactory ( ) ;
16
16
You can’t perform that action at this time.
0 commit comments