aboutsummaryrefslogtreecommitdiffstats
path: root/idatui/launch.py
diff options
context:
space:
mode:
Diffstat (limited to 'idatui/launch.py')
-rw-r--r--idatui/launch.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/idatui/launch.py b/idatui/launch.py
index 50ad88c..2ecf8b5 100644
--- a/idatui/launch.py
+++ b/idatui/launch.py
@@ -97,8 +97,7 @@ def _ensure_server(url: str, target: str | None, timeout: float = 90.0,
if proc is not None and proc.poll() is not None:
note("analysis server exited during startup — check the log")
return False
- note(f"auto-analyzing {label}… ({int(time.time() - t0)}s) "
- f"first open of a big binary can take a while")
+ note(f"auto-analyzing {label}… ({int(time.time() - t0)}s)")
time.sleep(0.5)
note(f"analysis did not finish within {timeout:.0f}s")
return False