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