[Xfce4-commits] <postler:master> Turn failure to parse state into a debug message

Christian Dywan noreply at xfce.org
Wed Mar 23 23:56:01 CET 2011


Updating branch refs/heads/master
         to e2c713f545bc417206e790b993112fe2647cdf22 (commit)
       from a562267a5a9d8d3501a8064e1674faf1903d608f (commit)

commit e2c713f545bc417206e790b993112fe2647cdf22
Author: Sergio Spinatelli <spinatelli.sergio at gmail.com>
Date:   Wed Mar 23 23:54:39 2011 +0100

    Turn failure to parse state into a debug message
    
    Fixes: https://bugs.launchpad.net/postler/+bug/741277

 postler/postler-state.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-state.vala b/postler/postler-state.vala
index 502d0f8..7936c9e 100644
--- a/postler/postler-state.vala
+++ b/postler/postler-state.vala
@@ -66,7 +66,7 @@ public class Postler.State : GLib.Object {
                 open_folder = keyfile.get_string (group, "open-folder");
         } catch (GLib.Error error) {
             /* i18n: File was found but contains invalid values */
-            GLib.critical (_("Failed to parse state in \"%s\": %s"),
+            GLib.debug (_("Failed to parse state in \"%s\": %s"),
                              state_file, error.message);
         }
     }



More information about the Xfce4-commits mailing list