We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e258035 commit 48da1cdCopy full SHA for 48da1cd
coderd/notifications/reports/generator.go
@@ -51,7 +51,7 @@ func NewReportGenerator(ctx context.Context, logger slog.Logger, db database.Sto
51
52
err = reportFailedWorkspaceBuilds(ctx, logger, db, enqueuer, clk)
53
if err != nil {
54
- logger.Debug(ctx, "unable to report failed workspace builds")
+ logger.Debug(ctx, "unable to generate reports with failed workspace builds")
55
return err
56
}
57
0 commit comments