[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15356: Heh. Log messages are the root of all evil.. Or was that pre (torbutton/trunk/src/components)
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;
}