commit 85a2487f9704cfeff0255c5f660d977ec9c30cff Author: Nick Mathewson nickm@torproject.org Date: Tue Feb 7 09:49:23 2017 -0500
Disable a log_backtrace (which 0.2.4 does not have) in 16248 fix --- src/or/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/main.c b/src/or/main.c index 89e5a51..9e78ea0 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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;
tor-commits@lists.torproject.org