Commit ae1f98f
authored
### Rationale for this change
The warning added for when you fail to consume a result stream (and get the final error/success result) is a bit aggressive. Ignore it in most cases.
### What changes are included in this PR?
Drop the warning to DEBUG level and don't log if it's just a cancellation.
### Are these changes tested?
Existing tests cover it.
### Are there any user-facing changes?
Users should see less inactionable warnings.
* Closes: #34047
Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
1 parent 277bd3c commit ae1f98f
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
514 | | - | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
515 | 519 | | |
516 | 520 | | |
517 | 521 | | |
| |||
0 commit comments