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

[or-cvs] r10277: [darcs-to-svn @ clarify a debug message] Original author: sq (torbutton/trunk/src/chrome/content)



Author: squires
Date: 2007-05-22 01:26:26 -0400 (Tue, 22 May 2007)
New Revision: 10277

Modified:
   torbutton/trunk/src/chrome/content/torbutton.js
Log:
[darcs-to-svn @ clarify a debug message]

Original author: squires@xxxxxxxxx
Date: 2006-10-29 00:27:28+00:00

Modified: torbutton/trunk/src/chrome/content/torbutton.js
===================================================================
--- torbutton/trunk/src/chrome/content/torbutton.js	2007-05-22 05:26:21 UTC (rev 10276)
+++ torbutton/trunk/src/chrome/content/torbutton.js	2007-05-22 05:26:26 UTC (rev 10277)
@@ -278,7 +278,7 @@
     } else if (document.getElementById("torbutton-button-tb-msg")) {
         o_toolbutton = document.getElementById("torbutton-button-tb-msg");
     } else {
-        torbutton_log(1, 'ERROR (init): failed to find torbutton-button');
+        torbutton_log(1, 'get_toolbutton(): did not find torbutton-button');
     }
 
     return o_toolbutton;