chore: add log when exiting the sync loop's stream

Signed-off-by: Benjamin Bouvier <public@benj.me>
This commit is contained in:
Benjamin Bouvier
2023-05-22 13:06:09 +02:00
parent 5c785be7dd
commit befb5dbdb8

View File

@@ -654,6 +654,8 @@ impl SlidingSync {
}
}
}
debug!("Sync stream loop has exited.");
}
}