We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c846d1c commit 47ad062Copy full SHA for 47ad062
Public/Src/Engine/Scheduler/Scheduler.cs
@@ -7214,7 +7214,7 @@ Possible<Unit> IFileContentManagerHost.ReportFileArtifactPlaced(in FileArtifact
7214
}
7215
catch (BuildXLException e)
7216
{
7217
- return new NativeFailure(e.GetLogEventErrorCode()).Annotate(e.Message);
+ return new NativeFailure(e.GetLogEventErrorCode()).Annotate($"An error occurred updating the file content table for modified file '{pathAsString}'. Details: {e.Message}");
7218
7219
7220
0 commit comments