fix: confusing error message (#2199)

This commit is contained in:
abelanger5
2025-08-26 10:55:23 -04:00
committed by GitHub
parent 80fb7657ed
commit f7eda21c10

View File

@@ -45,7 +45,7 @@ func (o *OLAPControllerImpl) runTaskStatusUpdates(ctx context.Context) func() {
shouldContinue, rows, err = o.repo.OLAP().UpdateTaskStatuses(ctx, tenantIds)
if err != nil {
o.l.Error().Err(err).Msg("could not update DAG statuses")
o.l.Error().Err(err).Msg("could not update task statuses")
return
}