Commit 9be51301 authored by Scott Squires's avatar Scott Squires
Browse files

[darcs-to-svn @ clarify a debug message]

Original author: squires@pobox.com
Date: 2006-10-29 00:27:28+00:00

svn:r10277
parent 228429df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ function torbutton_get_toolbutton() {
    } 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;