Browse Source

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

Nick Mathewson 7 years ago
parent
commit
85a2487f97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/main.c

+ 1 - 1
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;