Skip to content

Commit 6f2555e

Browse files
ralyodioclaude
andcommitted
chore(tor): clearer launch log — show control port 9061 AND Tor SOCKS 9071
The old line only showed the helper control port (9061), which read like Tor was on the wrong port. Now shows both so it's unambiguous. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 726d826 commit 6f2555e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/desktop/launcher/tronbrowser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if [ "$TOR" != "1" ]; then
130130
elif [ -x "$DIR/tor-bin/tor" ]; then _torbin="$DIR/tor-bin/tor (auto-installed)";
131131
elif command -v tor >/dev/null 2>&1; then _torbin="$(command -v tor)";
132132
else _torbin="NOT FOUND — run 'tron tor' to install it"; fi
133-
echo "TronBrowser: Tor control helper on 127.0.0.1:9061 (tor: $_torbin). Toggle 🧅 Tor in the AI sidebar. Log: $DATA/tor-helper.log" >&2
133+
echo "TronBrowser: Tor toggle ready — helper control on 127.0.0.1:9061, Tor SOCKS on 127.0.0.1:$TOR_SOCKS_PORT (tor: $_torbin). Click 🧅 Tor in the AI sidebar. Log: $DATA/tor-helper.log" >&2
134134
# The helper persists across launches, so an OLD one (from before an upgrade)
135135
# would keep answering the toggle with stale code. Replace it ONLY when the
136136
# running helper isn't this version — otherwise leave a healthy current

0 commit comments

Comments
 (0)