[Pkg-mozext-commits] [firetray] 74/84: Just warn if session file can't be read (TB)

David Prévot taffit at moszumanska.debian.org
Sun Jul 20 01:42:47 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 1e36fb00beddf6c40c40d3a41303e52d22d46cfa
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Tue Jun 17 15:29:38 2014 +0200

    Just warn if session file can't be read (TB)
---
 src/modules/FiretrayHandler.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/FiretrayHandler.jsm b/src/modules/FiretrayHandler.jsm
index b69b364..66b45e1 100644
--- a/src/modules/FiretrayHandler.jsm
+++ b/src/modules/FiretrayHandler.jsm
@@ -145,7 +145,7 @@ firetray.Handler = {
       this.restoredWindowsCount = this.readTBRestoreWindowsCount();
       log.info("restoredWindowsCount="+this.restoredWindowsCount);
       if (!this.restoredWindowsCount) {
-        log.error("session file could not be read");
+        log.warn("session file could not be read");
         this.restoredWindowsCount = 1; // default
       }
       firetray.Utils.addObservers(firetray.Handler, [ "mail-startup-done" ]);

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