mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
C#: Address review comment.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Semmle.Extraction.CSharp
|
||||
{
|
||||
if (action != AnalysisAction.UpToDate)
|
||||
{
|
||||
Logger.Log(Severity.Info, " {0} ({2})", source, output,
|
||||
Logger.Log(Severity.Info, " {0} ({1})", source,
|
||||
action == AnalysisAction.Extracted ? time.ToString() : action == AnalysisAction.Excluded ? "excluded" : "up to date");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user