Skip to content

Commit

Permalink
Fix debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
citronneur committed Jul 9, 2020
1 parent 615c7f4 commit 71fb8e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Splunk-ETW/src/SplunkETW.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ public class TAEventTracingWindows : ModularInput

public static int Main(string[] args)
{
//return Run<TAEventTracingWindows>(args, DebuggerAttachPoints.StreamEvents);
TraceManager.BuildFromConfig(new FileIniDataParser().ReadFile(@"c:\work\config.ini"), new DebugWriter()).Start();
return 0;
return Run<TAEventTracingWindows>(args, DebuggerAttachPoints.StreamEvents);
//TraceManager.BuildFromConfig(new FileIniDataParser().ReadFile(@"c:\work\config.ini"), new DebugWriter()).Start();
//return 0;
}

/// <summary>
Expand Down

0 comments on commit 71fb8e4

Please sign in to comment.