Skip to content

Commit

Permalink
Better log message
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-ahemsath committed Oct 4, 2023
1 parent e3f12cd commit 032a4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Agent/NewRelic/Profiler/Profiler/Function.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ namespace NewRelic { namespace Profiler
}
else
{
LogTrace(ToStdWString(assemblyName.get()), L" is an ignored assembly");
LogTrace(L"Not searching ", ToStdWString(assemblyName.get()), L" for transaction or trace attributes");
}


Expand Down

0 comments on commit 032a4fb

Please sign in to comment.