[libpeas] Turn an info message into a debug one
- From: Jonh Wendell <jwendell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Turn an info message into a debug one
- Date: Wed, 18 Aug 2010 13:56:05 +0000 (UTC)
commit f34984d5ae5f1415b4f4c89d796fab69c1e3e856
Author: Jonh Wendell <jwendell gnome org>
Date: Wed Aug 18 10:54:00 2010 -0300
Turn an info message into a debug one
libpeas/peas-engine.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libpeas/peas-engine.c b/libpeas/peas-engine.c
index 57c6b84..87883ed 100644
--- a/libpeas/peas-engine.c
+++ b/libpeas/peas-engine.c
@@ -138,7 +138,7 @@ load_dir_real (PeasEngine *engine,
if (!d)
{
- g_message ("%s", error->message);
+ g_debug ("%s", error->message);
g_error_free (error);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]