Fix log message

This commit is contained in:
Zoltán Papp
2025-11-18 17:15:16 +01:00
parent 2765bcfb89
commit c57364596a

View File

@@ -287,7 +287,7 @@ func (c *GrpcClient) sendJobResponse(
return err
}
log.WithContext(ctx).Infof("Job %s completed successfully", resp.ID)
log.WithContext(ctx).Infof("job response sent for job %s (status: %s)", string(resp.ID), resp.Status.String())
return nil
}