mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Improve log messages in standalone extractor
This commit is contained in:
@@ -192,7 +192,8 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
progressMonitor.FailedToReadFile(file, ex);
|
||||
progressMonitor.LogInfo($"Failed to read file {file}");
|
||||
progressMonitor.LogDebug($"Failed to read file {file}, exception: {ex}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user