Fix inverted debug assert message.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
158d44e1a9
commit
3b4fbb8c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ pub(crate) async fn sync_events_v5_route(
|
|||
loop {
|
||||
debug_assert!(
|
||||
conn.globalsince <= conn.next_batch,
|
||||
"next_batch should not be greater than since."
|
||||
"since should not be greater than next_batch."
|
||||
);
|
||||
|
||||
let window;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue