Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7494bd6

Browse files
committed
C#: Address review comment.
1 parent 8bea6fa commit 7494bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/extractor/Semmle.Extraction.CSharp/Extractor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void Analysed(int item, int total, string source, string output, TimeSpan
3636
{
3737
if (action != AnalysisAction.UpToDate)
3838
{
39-
Logger.Log(Severity.Info, " {0} ({2})", source, output,
39+
Logger.Log(Severity.Info, " {0} ({1})", source,
4040
action == AnalysisAction.Extracted ? time.ToString() : action == AnalysisAction.Excluded ? "excluded" : "up to date");
4141
}
4242
}

0 commit comments

Comments
 (0)