[Pkg-mozext-commits] [firetray] 53/84: Log level to 'Warn' to enable building.
David Prévot
taffit at moszumanska.debian.org
Sun Jul 20 01:42:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firetray.
commit 6557aff83f9a2b18507b5f7ced77f0e0cb4fda9d
Author: foudfou <foudil.newbie+git at gmail.com>
Date: Mon Apr 14 09:18:17 2014 +0200
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";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git
More information about the Pkg-mozext-commits
mailing list