[or-cvs] r15356: Heh. Log messages are the root of all evil.. Or was that pre (torbutton/trunk/src/components)

mikeperry at seul.org mikeperry at seul.org
Thu Jun 19 04:22:28 UTC 2008


Author: mikeperry
Date: 2008-06-19 00:22:27 -0400 (Thu, 19 Jun 2008)
New Revision: 15356

Modified:
   torbutton/trunk/src/components/window-mapper.js
Log:

Heh. Log messages are the root of all evil.. Or was that
premature optimization. Anyways, this should fix the random
Tor tag+toggle issues we saw.



Modified: torbutton/trunk/src/components/window-mapper.js
===================================================================
--- torbutton/trunk/src/components/window-mapper.js	2008-06-18 20:14:25 UTC (rev 15355)
+++ torbutton/trunk/src/components/window-mapper.js	2008-06-19 04:22:27 UTC (rev 15356)
@@ -82,7 +82,7 @@
       var now = Date.now();
 
       if((now - this.last_expired) < EXPIRATION_TIME) {
-          this.logger.log(4, "Early check on: "+elem.location);
+          this.logger.log(4, "Early mapper check.");
           return;
       }
 



More information about the tor-commits mailing list