[Pkg-mozext-commits] [firetray] 01/02: switch log lvl to info (Closes# #719438)

Sascha Girrulat sagiru-guest at alioth.debian.org
Thu Aug 15 13:24:33 UTC 2013


This is an automated email from the git hooks/post-receive script.

sagiru-guest pushed a commit to branch master
in repository firetray.

commit bb8d479d1d203ac099ee614806ee9c5bb74c8330
Author: Sascha Girrulat <sascha at girrulat.de>
Date:   Thu Aug 15 15:00:33 2013 +0200

    switch log lvl to info (Closes# #719438)
---
 debian/patches/0002-switch-log-lvl-to-info.patch |   21 +++++++++++++++++++++
 debian/patches/series                            |    1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0002-switch-log-lvl-to-info.patch b/debian/patches/0002-switch-log-lvl-to-info.patch
new file mode 100644
index 0000000..b405ea0
--- /dev/null
+++ b/debian/patches/0002-switch-log-lvl-to-info.patch
@@ -0,0 +1,21 @@
+From: Sascha Girrulat <sascha at girrulat.de>
+Date: Thu, 15 Aug 2013 14:50:41 +0200
+Subject: switch log lvl to info
+
+---
+ 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 63b02ec..9e27ea6 100644
+--- a/src/modules/logging.jsm
++++ b/src/modules/logging.jsm
+@@ -6,7 +6,7 @@ const Cc = Components.classes;
+ const Ci = Components.interfaces;
+ const Cu = Components.utils;
+ 
+-const FIRETRAY_LOG_LEVEL = "All"; // "All" for debugging
++const FIRETRAY_LOG_LEVEL = "Info"; // "All" for debugging
+ 
+ const COLOR_NORMAL          = "";
+ const COLOR_RESET           = "\033[m";
diff --git a/debian/patches/series b/debian/patches/series
index 9ee1a1b..b644da2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 remove-extra-license-file.patch
+0002-switch-log-lvl-to-info.patch

-- 
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