[Xfce4-commits] <parole:master> Change warning into debug message (not relevant for normal users)
Simon Steinbeiss
noreply at xfce.org
Mon Jul 23 01:24:49 CEST 2012
Updating branch refs/heads/master
to 1706d0132316820bd322191c6fdecbeeaaebe4e8 (commit)
from 2b0367c13ab9f96f5ce9e221f4c08e8cdbae7fa5 (commit)
commit 1706d0132316820bd322191c6fdecbeeaaebe4e8
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