Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e4326c9

Browse files
lontiveroNicolasDorier
authored andcommittedNov 24, 2018
Fix typos in Log.cs (MetacoSA#599)
1 parent d8cd05e commit e4326c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎NBitcoin/Logging/Logs.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static Logs()
1313
public static void Configure(ILoggerFactory factory)
1414
{
1515
NodeServer = factory.CreateLogger("NodeServer");
16-
NodeServer = factory.CreateLogger("Utils");
16+
Utils = factory.CreateLogger("Utils");
1717
}
1818
public static ILogger NodeServer
1919
{
@@ -98,4 +98,4 @@ public void Dispose()
9898
}
9999
}
100100

101-
}
101+
}

0 commit comments

Comments
 (0)
Please sign in to comment.