[libpeas] Demoted a warning to a message when a search path does not exist
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Demoted a warning to a message when a search path does not exist
- Date: Tue, 29 Jun 2010 17:04:25 +0000 (UTC)
commit e848d5407de8f62362cc247c3b1b9e527fcc23d3
Author: Garrett Regier <alias301 gmail com>
Date: Tue Jun 29 09:20:51 2010 -0700
Demoted a warning to a message when a search path does not exist
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 b47a063..fdcf7ad 100644
--- a/libpeas/peas-engine.c
+++ b/libpeas/peas-engine.c
@@ -129,7 +129,7 @@ load_dir_real (PeasEngine *engine,
if (!d)
{
- g_warning ("%s", error->message);
+ g_message ("%s", error->message);
g_error_free (error);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]