Skip to content

Commit 48da1cd

Browse files
committed
reports
1 parent e258035 commit 48da1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/notifications/reports/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func NewReportGenerator(ctx context.Context, logger slog.Logger, db database.Sto
5151

5252
err = reportFailedWorkspaceBuilds(ctx, logger, db, enqueuer, clk)
5353
if err != nil {
54-
logger.Debug(ctx, "unable to report failed workspace builds")
54+
logger.Debug(ctx, "unable to generate reports with failed workspace builds")
5555
return err
5656
}
5757

0 commit comments

Comments
 (0)