Skip to content

Commit 5ba00b0

Browse files
Update tracer/src/Datadog.Tracer.Native/cor_profiler.cpp
Co-authored-by: Andrew Lock <[email protected]>
1 parent 983e577 commit 5ba00b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/src/Datadog.Tracer.Native/cor_profiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,7 @@ int CorProfiler::RegisterIastAspects(WCHAR** aspects, int aspectsLength, UINT32
20752075
auto dataflow = _dataflow;
20762076
if (dataflow == nullptr && IsCallSiteManagedActivationEnabled())
20772077
{
2078-
Logger::Info("Creating Dataflow.");
2078+
Logger::Debug("Creating Dataflow.");
20792079
dataflow = new iast::Dataflow(info_, rejit_handler, runtime_information_);
20802080
}
20812081

0 commit comments

Comments
 (0)