From 6557aff83f9a2b18507b5f7ced77f0e0cb4fda9d Mon Sep 17 00:00:00 2001 From: foudfou Date: Mon, 14 Apr 2014 09:18:17 +0200 Subject: [PATCH] Log level to 'Warn' to enable building. --- src/modules/logging.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/logging.jsm b/src/modules/logging.jsm index f60332f..3726d47 100644 --- a/src/modules/logging.jsm +++ b/src/modules/logging.jsm @@ -8,7 +8,7 @@ const Cu = Components.utils; Cu.import("resource://gre/modules/Services.jsm"); -const FIRETRAY_LOG_LEVEL = "All"; // "All" for debugging +const FIRETRAY_LOG_LEVEL = "Warn"; // "All" for debugging const COLOR_NORMAL = ""; const COLOR_RESET = "\033[m";