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

This commit is contained in:
Nick Mathewson 2017-02-07 09:49:23 -05:00
parent cfeb1db2fb
commit 85a2487f97
1 changed files with 1 additions and 1 deletions

View 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;