Minor bootstrap log tweaks

This commit is contained in:
SimplifiedPrivacy 2026-08-06 11:41:26 -04:00
parent e981a748e5
commit 83857a0dcd

View file

@ -63,6 +63,7 @@ def bootstrap(
# ===== Setup Variables =====
attempt = 0
current_port = port
use_new_folder = False
# ===== Retry Loop =====
while attempt < max_attempts:
@ -163,8 +164,6 @@ def _attempt_single_bootstrap(
# Register cleanup hook once
atexit.register(_cleanup_on_exit)
logger.info("Ran the command")
# Call monitor (will be threaded internally)
success, error_output = monitor_bootstrap_progress(
_tor_process, observer, timeout_seconds=60