From c98db058be045d75f3b5f3844e9f312a0d716cf4 Mon Sep 17 00:00:00 2001 From: Marc Hernandez Date: Tue, 11 Jun 2024 17:15:26 -0700 Subject: [PATCH] Fix log.info call in Log.cs x) Corrected log.info call for Tracing.MemoryPipe. --- logging/Log.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/Log.cs b/logging/Log.cs index f915062..c321430 100644 --- a/logging/Log.cs +++ b/logging/Log.cs @@ -97,7 +97,7 @@ static public class log //log.info( $"Tracing.Program.CreateTracingSession" ); //var task = log.call( Tracing.Program.CreateTracingSession( false, true, 64 ) ); - //* + /* log.info( $"Tracing.MemoryPipe" ); var memoryPipe = log.call( () => new Tracing.MemoryPipe() );