[gnac/origin] Print state changes in debug mode only.



commit f25ddd8f3bcc36a31cae1658370973d23a40c541
Author: Benoît Dupasquier <bdupasqu src gnome org>
Date:   Sun Nov 29 18:56:21 2009 +0000

    Print state changes in debug mode only.

 src/gnac-main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnac-main.c b/src/gnac-main.c
index 958338e..7be2398 100644
--- a/src/gnac-main.c
+++ b/src/gnac-main.c
@@ -94,7 +94,7 @@ static void
 gnac_change_state(GnacState new_state)
 {
 
-  libgnac_info("State changed to %s", states[new_state]);
+  libgnac_debug("State changed to %s", states[new_state]);
 
   prev_state = state;
   state = new_state;



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