[Bind] Minor debug message beautification
This commit is contained in:
parent
a05ffb8654
commit
3805c3ad63
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ namespace Bind
|
|||
{
|
||||
foreach (var file in Overrides)
|
||||
{
|
||||
Console.WriteLine("Processing delegates in {0}.", file);
|
||||
Console.WriteLine("Processing funcs in {0}.", file);
|
||||
|
||||
var nav = new XPathDocument(file).CreateNavigator();
|
||||
foreach (var version in apiversion.Split('|'))
|
||||
|
|
Loading…
Reference in a new issue