This is an automated email from the git hooks/post-receive script.
cohosh pushed a commit to branch main in repository pluggable-transports/snowflake-webext.
commit 9f7d1e8e0deb5384c02bba4614721b946b8e49fa Author: WofWca wofwca@protonmail.com AuthorDate: Sun Nov 6 13:21:55 2022 +0400
refactor: improve logging messages --- snowflake.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snowflake.js b/snowflake.js index 9af003e..4431a99 100644 --- a/snowflake.js +++ b/snowflake.js @@ -67,7 +67,7 @@ class Snowflake { pollBroker() { // Poll broker for clients. if (this.proxyPairs.length >= this.config.maxNumClients) { - log('At client capacity.'); + dbg('Polling skipped: at client capacity.'); return; } const pair = this.makeProxyPair();