[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15026: Actually, I kinda wanna know when this happens too. (torbutton/trunk/src/components)
Author: mikeperry
Date: 2008-06-08 03:30:30 -0400 (Sun, 08 Jun 2008)
New Revision: 15026
Modified:
torbutton/trunk/src/components/window-mapper.js
Log:
Actually, I kinda wanna know when this happens too.
Modified: torbutton/trunk/src/components/window-mapper.js
===================================================================
--- torbutton/trunk/src/components/window-mapper.js 2008-06-08 07:16:38 UTC (rev 15025)
+++ torbutton/trunk/src/components/window-mapper.js 2008-06-08 07:30:30 UTC (rev 15026)
@@ -82,7 +82,7 @@
var now = Date.now();
if((now - this.last_expired) < EXPIRATION_TIME) {
- this.logger.log(2, "Early check on: "+elem.location);
+ this.logger.log(4, "Early check on: "+elem.location);
return;
}