From 641a7ea75d6c49d90e143db330e447eb3805bd4a Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 10 May 2023 19:15:45 +0200 Subject: [PATCH] Implemented basic channel windowing --- RNS/Channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Channel.py b/RNS/Channel.py index a384f64..f2832b3 100644 --- a/RNS/Channel.py +++ b/RNS/Channel.py @@ -502,7 +502,7 @@ class Channel(contextlib.AbstractContextManager): self.window_max -= 1 # TODO: Remove - RNS.log("Decreased channel window to "+str(self.window)) + RNS.log("Decreased channel window to "+str(self.window), RNS.LOG_DEBUG) return False