Skip to content

Commit ef9453e

Browse files
committed
C#: Selected runtime location should be logged as information.
1 parent 75e6fd9 commit ef9453e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction.CSharp.Standalone/BuildAnalysis.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public BuildAnalysis(Options options, ProgressMonitor progressMonitor)
6767
if (options.ScanNetFrameworkDlls)
6868
{
6969
var runtimeLocation = new Runtime(dotnet).GetRuntime(options.UseSelfContainedDotnet);
70-
progressMonitor.Log(Util.Logging.Severity.Debug, $"Runtime location selected: {runtimeLocation}");
70+
progressMonitor.Log(Util.Logging.Severity.Info, $"Runtime location selected: {runtimeLocation}");
7171
dllDirNames.Add(runtimeLocation);
7272
}
7373

0 commit comments

Comments
 (0)