[tor-commits] [pluggable-transports/snowflake-webext] 08/15: refactor: improve logging messages

gitolite role git at cupani.torproject.org
Wed Nov 9 14:40:57 UTC 2022


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 at 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();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list