Commit 2f99f4d
committed
Remove redundant lost-and-found warning log
The warning "Failed to send delta to lost and found for client" was
duplicative — emit_lost_and_found already logs the underlying cause
(either "Redis token owner not found" or "Redis error publishing
lost and found delta") for both failure modes. The extra warning
wasn't actionable and confused users.1 parent fbd85e3 commit 2f99f4d
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1593 | 1593 | | |
1594 | 1594 | | |
1595 | 1595 | | |
1596 | | - | |
1597 | | - | |
1598 | | - | |
1599 | | - | |
| 1596 | + | |
1600 | 1597 | | |
1601 | 1598 | | |
1602 | 1599 | | |
| |||
0 commit comments