[gcompris/gcomprixogoo] Minor, removed a g_warning where not needed.



commit e014dec1098e426e00192f087ddbe318cb1f45c6
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sun Jun 13 14:49:23 2010 +0200

    Minor, removed a g_warning where not needed.

 src/gcompris/status.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcompris/status.c b/src/gcompris/status.c
index 55c73ab..078b3dd 100644
--- a/src/gcompris/status.c
+++ b/src/gcompris/status.c
@@ -44,7 +44,7 @@ void gc_status_close() {
  */
 void gc_status_init(gchar *msg)
 {
-  g_warning("Status=%s\n", msg);
+  g_message("Status=%s\n", msg);
 
   /* If we are already running do nothing */
   if(rootStatusItem) {



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