[grilo-plugins] tests: adapt to the grl_log_init() renaming in core
- From: Victor Manuel Jaquez Leal <vjaquez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] tests: adapt to the grl_log_init() renaming in core
- Date: Fri, 3 Sep 2010 08:20:42 +0000 (UTC)
commit 1632777aab8cd562acf46ffeab29baeca4cb4b0b
Author: Damien Lespiau <damien lespiau intel com>
Date: Thu Sep 2 14:22:38 2010 +0100
tests: adapt to the grl_log_init() renaming in core
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]