Minor bootstrap log tweaks
This commit is contained in:
parent
e981a748e5
commit
83857a0dcd
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue