[totem] gromit: Remove verbose debug



commit e41391000404159cae3f9505b1a5e144bec9f99d
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 28 14:35:34 2012 +0100

    gromit: Remove verbose debug

 src/plugins/gromit/totem-gromit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gromit/totem-gromit.c b/src/plugins/gromit/totem-gromit.c
index 37b1c2c..11206ed 100644
--- a/src/plugins/gromit/totem-gromit.c
+++ b/src/plugins/gromit/totem-gromit.c
@@ -100,7 +100,7 @@ totem_gromit_ensure_config_file (void)
 		return;
 	}
 
-	g_message ("%s doesn't exist", path);
+	g_debug ("%s doesn't exist so creating it", path);
 
 	if (g_file_set_contents (path, DEFAULT_CONFIG, sizeof (DEFAULT_CONFIG), &error) == FALSE) {
 		g_warning ("Could not write default config file: %s.", error->message);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]