Skip to content

Commit 4ffd760

Browse files
Fix build
1 parent ebb1cfe commit 4ffd760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/build/_build/CodeGenerators/CallSitesGenerator.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ internal static class CallSitesGenerator
1515

1616
public static void GenerateCallSites(IEnumerable<TargetFramework> targetFrameworks, Func<string, string> getDllPath, AbsolutePath outputPath)
1717
{
18-
Logger.Debug("Generating CallSite definitions file ...");
18+
Serilog.Log.Debug("Generating CallSite definitions file ...");
1919

2020
Dictionary<string, AspectClass> aspectClasses = new Dictionary<string, AspectClass>();
2121
foreach(var tfm in targetFrameworks)

0 commit comments

Comments
 (0)