mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Disable a log_backtrace (which 0.2.4 does not have) in 16248 fix
This commit is contained in:
parent
cfeb1db2fb
commit
85a2487f97
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user