commit 5153669f97a2fb51034b86bc43c3a2063156b10b Author: Mike Perry mikeperry-git@fscked.org Date: Thu Jun 30 17:55:31 2011 -0700
Demote safecache logging. --- src/chrome/content/stanford-safecache.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/chrome/content/stanford-safecache.js b/src/chrome/content/stanford-safecache.js index bd67652..3daed58 100644 --- a/src/chrome/content/stanford-safecache.js +++ b/src/chrome/content/stanford-safecache.js @@ -42,7 +42,7 @@ var SSC_debug = true; */ function SSC_dump(msg) { if (SSC_debug) - torbutton_log(3, "SSC: " + msg); + torbutton_log(2, "SSC: " + msg); }
////////////////////////////////////////////////////////////////////////////