commit 8d154ed5827f6fe54eaffa22e9a5684b23d5e0f0
parent 5031e42f2aee94e8cc0f14e9cae0ecc2af1444c3
Author: Roger Dingledine <arma@torproject.org>
Date: Fri, 12 Sep 2025 15:19:06 -0400
credit shadowcoder for #41104 fix
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/changes/ticket41104 b/changes/ticket41104
@@ -1,3 +1,4 @@
o Minor bugfixes (logging, metrics port):
- Count BUG statements for the MetricsPort only if they are warnings or
- errors. Fixes bug 41104; bugfix on 0.4.7.1.
+ errors. Fixes bug 41104; bugfix on 0.4.7.1-alpha. Patch contributed
+ by shadowcoder.