[plugins 3/3] tests: adapt to the grl_log_init() renaming in core
- From: Víctor Manuel Jáquez Leal <vjaquez igalia com>
- To: grilo-list gnome org
- Cc: Damien Lespiau <damien lespiau intel com>
- Subject: [plugins 3/3] tests: adapt to the grl_log_init() renaming in core
- Date: Thu, 2 Sep 2010 17:47:47 +0200
From: Damien Lespiau <damien lespiau intel com>
grl_log_init() has been renamed to grl_log_configure() in master, so
adapt to this change.
https://bugzilla.gnome.org/show_bug.cgi?id=627864
---
test/main.c | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/test/main.c b/test/main.c
index 996d7a4..ec87510 100644
--- a/test/main.c
+++ b/test/main.c
@@ -195,15 +195,15 @@ main (void)
GRL_LOG_DOMAIN_INIT (test_main_log_domain, "test-main");
- grl_log_init ("*:warning,test-main:*,"
- "grl-youtube:*,"
- "grl-filesystem:*,"
- "grl-jamendo:*,"
- "grl-shoutcast:*,"
- "grl-apple-trailers:*,"
- "grl-lastfm-albumart:*,"
- "grl-flickr:*,"
- "grl-metadata-store:*");
+ grl_log_configure ("*:warning,test-main:*,"
+ "grl-youtube:*,"
+ "grl-filesystem:*,"
+ "grl-jamendo:*,"
+ "grl-shoutcast:*,"
+ "grl-apple-trailers:*,"
+ "grl-lastfm-albumart:*,"
+ "grl-flickr:*,"
+ "grl-metadata-store:*");
keys = grl_metadata_key_list_new (GRL_METADATA_KEY_ID,
GRL_METADATA_KEY_TITLE,
--
1.7.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]