]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove surprising empty line in info-level cbt log
authorRoger Dingledine <arma@torproject.org>
Wed, 4 Mar 2020 18:45:34 +0000 (13:45 -0500)
committerRoger Dingledine <arma@torproject.org>
Wed, 4 Mar 2020 18:45:34 +0000 (13:45 -0500)
Fixes bug 33531; bugfix on 0.3.3.1-alpha.

changes/bug33531 [new file with mode: 0644]
src/core/or/circuituse.c

diff --git a/changes/bug33531 b/changes/bug33531
new file mode 100644 (file)
index 0000000..c4284c5
--- /dev/null
@@ -0,0 +1,3 @@
+  o Minor bugfixes (logs):
+    - Remove surprising empty line in info-level log about circuit build
+      timeout. Fixes bug 33531; bugfix on 0.3.3.1-alpha.
index 5d10cacc716d7a98381d9a1a2fcb9edc71b5f541..066d5d437aa9730adb60742db3c7740aa8d68108 100644 (file)
@@ -732,7 +732,7 @@ circuit_expire_building(void)
           circuit_build_times_enough_to_compute(get_circuit_build_times())) {
 
         log_info(LD_CIRC,
-                 "Deciding to count the timeout for circuit %"PRIu32"\n",
+                 "Deciding to count the timeout for circuit %"PRIu32,
                  TO_ORIGIN_CIRCUIT(victim)->global_identifier);
 
         /* Circuits are allowed to last longer for measurement.