C#: Address review comment.

This commit is contained in:
calum
2018-10-31 14:22:19 +00:00
parent 8bea6fa7c9
commit 7494bd66a4

View File

@@ -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");
}
}