[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



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@xxxxxxxxxxxxxx>
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.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits