Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
torbutton
Commits
0b60f610
Commit
0b60f610
authored
Oct 17, 2018
by
Georg Koppen
Browse files
Bug 28075: Tone down missing SOCKS credential warning
parent
4ad39b36
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/chrome/content/tor-circuit-display.js
View file @
0b60f610
...
...
@@ -310,7 +310,7 @@ let updateCircuitDisplay = function () {
(
nodeData
[
0
].
type
===
"
bridge
"
)
?
"
none
"
:
"
block
"
;
}
else
{
// Only show the Tor circuit if we have credentials and node data.
logger
.
eclog
(
5
,
"
no SOCKS credentials found for current document.
"
);
logger
.
eclog
(
4
,
"
no SOCKS credentials found for current document.
"
);
}
showCircuitDisplay
(
domain
&&
nodeData
);
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment