mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
C#: Change string.Format calls to interpolated strings
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Semmle.Extraction
|
||||
++Errors;
|
||||
if (Errors == maxErrors)
|
||||
{
|
||||
Logger.LogInfo(" Stopping logging after {0} errors", Errors);
|
||||
Logger.LogInfo($" Stopping logging after {Errors} errors");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user