After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 703037 - all: Add G_LOG_DOMAIN for each plugin
all: Add G_LOG_DOMAIN for each plugin
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2013-06-25 09:33 UTC by Bastien Nocera
Modified: 2013-06-27 11:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
all: Add G_LOG_DOMAIN for each plugin (9.15 KB, patch)
2013-06-25 09:33 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2013-06-25 09:33:08 UTC
.
Comment 1 Bastien Nocera 2013-06-25 09:33:10 UTC
Created attachment 247710 [details] [review]
all: Add G_LOG_DOMAIN for each plugin

Makes debugging easier.
Comment 2 Juan A. Suarez Romero 2013-06-27 11:16:02 UTC
commit 5c861c152765238c90a38319053b958f10c14bad
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 25 11:32:34 2013 +0200

    all: Add G_LOG_DOMAIN for each plugin
    
    Makes debugging easier.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703037

 src/apple-trailers/Makefile.am  | 1 +
 src/bliptv/Makefile.am          | 1 +
 src/bookmarks/Makefile.am       | 1 +
 src/dmap/Makefile.am            | 1 +
 src/fake-metadata/Makefile.am   | 1 +
 src/filesystem/Makefile.am      | 1 +
 src/flickr/Makefile.am          | 1 +
 src/gravatar/Makefile.am        | 1 +
 src/jamendo/Makefile.am         | 1 +
 src/lastfm-albumart/Makefile.am | 1 +
 src/local-metadata/Makefile.am  | 1 +
 src/magnatune/Makefile.am       | 1 +
 src/metadata-store/Makefile.am  | 1 +
 src/optical-media/Makefile.am   | 1 +
 src/podcasts/Makefile.am        | 1 +
 src/raitv/Makefile.am           | 1 +
 src/shoutcast/Makefile.am       | 1 +
 src/tmdb/Makefile.am            | 1 +
 src/tracker/Makefile.am         | 1 +
 src/upnp/Makefile.am            | 1 +
 src/vimeo/Makefile.am           | 1 +
 src/youtube/Makefile.am         | 1 +
 22 files changed, 22 insertions(+)