diff options
author | David Goulet <dgoulet@torproject.org> | 2023-01-25 14:10:20 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-01-25 14:10:20 -0500 |
commit | bff6d7a944338a4f18f912dc977a33ef2416fb03 (patch) | |
tree | f06a0c8b18ac2ea428c38dfe358e53e36d9d1c5b /changes/ticket40745 | |
parent | fa2face3b592d8e09068b64803ee4974921429bc (diff) | |
download | tor-bff6d7a944338a4f18f912dc977a33ef2416fb03.tar.gz tor-bff6d7a944338a4f18f912dc977a33ef2416fb03.zip |
relay: Use the right max queue size value in log
Fixes #40745
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40745')
-rw-r--r-- | changes/ticket40745 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40745 b/changes/ticket40745 new file mode 100644 index 0000000000..988dbc5f33 --- /dev/null +++ b/changes/ticket40745 @@ -0,0 +1,3 @@ + o Minor bugfix (relay, logging): + - The wrong max queue cell size was used in a protocol warning logging + statement. Fixes bug 40745; bugfix on 0.4.7.1-alpha. |