[Xfce4-commits] <parole:master> Change warning into debug message (not relevant for normal users)

Christoph Mende noreply at xfce.org
Mon Jul 23 01:25:56 CEST 2012


Updating branch refs/heads/master
         to c11572bb2f1f4253c7c2394eba7f653e904c9240 (commit)
       from c222a82f19fbcdcc9cd332f1bdeb448a2017978b (commit)

commit c11572bb2f1f4253c7c2394eba7f653e904c9240
Author: Simon Steinbeiss <ochosi at xfce.org>
Date:   Mon Jul 16 14:42:06 2012 +0200

    Change warning into debug message (not relevant for normal users)

 src/parole-conf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/parole-conf.c b/src/parole-conf.c
index 498423f..90523e7 100644
--- a/src/parole-conf.c
+++ b/src/parole-conf.c
@@ -404,7 +404,7 @@ parole_conf_load (ParoleConf *conf)
     
     if ( G_UNLIKELY (rc == NULL ) )
     {
-	g_warning ("Unable to lookup rc file in : %s\n", PAROLE_RESOURCE_FILE);
+	g_debug ("Unable to lookup rc file in : %s\n", PAROLE_RESOURCE_FILE);
 	return;
     }
 


More information about the Xfce4-commits mailing list