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

[or-cvs] r15637: Demote notice. (torbutton/trunk/src/components)



Author: mikeperry
Date: 2008-07-03 21:37:34 -0400 (Thu, 03 Jul 2008)
New Revision: 15637

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

Demote notice.



Modified: torbutton/trunk/src/components/window-mapper.js
===================================================================
--- torbutton/trunk/src/components/window-mapper.js	2008-07-04 01:28:23 UTC (rev 15636)
+++ torbutton/trunk/src/components/window-mapper.js	2008-07-04 01:37:34 UTC (rev 15637)
@@ -82,7 +82,7 @@
       var now = Date.now();
 
       if((now - this.last_expired) < EXPIRATION_TIME) {
-          this.logger.log(4, "Early mapper check.");
+          this.logger.log(3, "Early mapper check.");
           return;
       }