Skip to content
Snippets Groups Projects
Commit 85a2487f authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Disable a log_backtrace (which 0.2.4 does not have) in 16248 fix

parent cfeb1db2
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment