Commit 85a2487f authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

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

parent cfeb1db2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;