]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Disable a log_backtrace (which 0.2.4 does not have) in 16248 fix
authorNick Mathewson <nickm@torproject.org>
Tue, 7 Feb 2017 14:49:23 +0000 (09:49 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 7 Feb 2017 14:49:23 +0000 (09:49 -0500)
src/or/main.c

index 89e5a512b30dea53018164d4bbeef344db6841cc..9e78ea04c39aaa73cb6e5c57109544674cf3f9c2 100644 (file)
@@ -539,7 +539,7 @@ connection_check_event(connection_t *conn, struct event *ev)
              conn->marked_for_close_file ? conn->marked_for_close_file : "-",
              conn->marked_for_close
              );
-    log_backtrace(LOG_WARN, LD_BUG, "Backtrace attached.");
+    //log_backtrace(LOG_WARN, LD_BUG, "Backtrace attached.");
     return -1;
   }
   return 0;