ticket27402 509 B

12345678910
  1. o Minor feature (bootstrap):
  2. - When reporting bootstrap progress, stop distinguishing between
  3. situations where it seems that only internal paths are available
  4. and situations where it seems that external paths are available.
  5. Previously, tor would often erroneously report that it had only
  6. internal paths. Closes ticket 27402.
  7. o Code simplification and refactoring:
  8. - Split out bootstrap progress reporting from control.c into a
  9. separate file. Part of ticket 27402.