[gnac/devel] Print state changes in debug mode only.
- From: Benoît Dupasquier <bdupasqu src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnac/devel] Print state changes in debug mode only.
- Date: Sun, 29 Nov 2009 19:00:14 +0000 (UTC)
commit 9ff2f33f162b3a7d13aceefe0d4a71978e618265
Author: Benoît Dupasquier <bdupasqu src gnome org>
Date: Sun Nov 29 18:59:55 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]