[gnome-games] plugins: Fix log domains
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] plugins: Fix log domains
- Date: Tue, 10 Oct 2017 17:48:20 +0000 (UTC)
commit 55ce37436cd32d9a04de70355e38559ef98d7bd2
Author: Adrien Plazas <kekun plazas laposte net>
Date: Tue Oct 10 14:02:39 2017 +0200
plugins: Fix log domains
https://bugzilla.gnome.org/show_bug.cgi?id=783036
plugins/dreamcast/src/Makefile.am | 2 +-
plugins/game-cube/src/Makefile.am | 2 +-
plugins/love/src/Makefile.am | 2 +-
plugins/mame/src/Makefile.am | 2 +-
plugins/nintendo-ds/src/Makefile.am | 2 +-
plugins/sega-saturn/src/Makefile.am | 2 +-
plugins/wii/src/Makefile.am | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/plugins/dreamcast/src/Makefile.am b/plugins/dreamcast/src/Makefile.am
index b04cd5f..4854197 100644
--- a/plugins/dreamcast/src/Makefile.am
+++ b/plugins/dreamcast/src/Makefile.am
@@ -20,7 +20,7 @@ libgames_dreamcast_plugin_la_VALAFLAGS = \
libgames_dreamcast_plugin_la_CFLAGS = \
$(DREAMCAST_PLUGIN_CFLAGS) \
$(GNOME_GAMES_CFLAGS) \
- -DG_LOG_DOMAIN=\"GamesDesktop\" \
+ -DG_LOG_DOMAIN=\"GamesDreamcast\" \
-DLOCALEDIR=\"$(localedir)\" \
$(NULL)
diff --git a/plugins/game-cube/src/Makefile.am b/plugins/game-cube/src/Makefile.am
index 11a1eb0..148a6eb 100644
--- a/plugins/game-cube/src/Makefile.am
+++ b/plugins/game-cube/src/Makefile.am
@@ -20,7 +20,7 @@ libgames_game_cube_plugin_la_VALAFLAGS = \
libgames_game_cube_plugin_la_CFLAGS = \
$(GAME_CUBE_PLUGIN_CFLAGS) \
$(GNOME_GAMES_CFLAGS) \
- -DG_LOG_DOMAIN=\"GamesDesktop\" \
+ -DG_LOG_DOMAIN=\"GamesGameCube\" \
-DLOCALEDIR=\"$(localedir)\" \
$(NULL)
diff --git a/plugins/love/src/Makefile.am b/plugins/love/src/Makefile.am
index 8ede53e..97c60b7 100644
--- a/plugins/love/src/Makefile.am
+++ b/plugins/love/src/Makefile.am
@@ -23,7 +23,7 @@ libgames_love_plugin_la_VALAFLAGS = \
libgames_love_plugin_la_CFLAGS = \
$(LOVE_PLUGIN_CFLAGS) \
$(GNOME_GAMES_CFLAGS) \
- -DG_LOG_DOMAIN=\"GamesDesktop\" \
+ -DG_LOG_DOMAIN=\"GamesLove\" \
-DLOCALEDIR=\"$(localedir)\" \
$(NULL)
diff --git a/plugins/mame/src/Makefile.am b/plugins/mame/src/Makefile.am
index 593f68e..3e1934e 100644
--- a/plugins/mame/src/Makefile.am
+++ b/plugins/mame/src/Makefile.am
@@ -46,7 +46,7 @@ libgames_mame_plugin_la_VALAFLAGS = \
libgames_mame_plugin_la_CFLAGS = \
$(MAME_PLUGIN_CFLAGS) \
$(GNOME_GAMES_CFLAGS) \
- -DG_LOG_DOMAIN=\"GamesMame\" \
+ -DG_LOG_DOMAIN=\"GamesMAME\" \
-DLOCALEDIR=\"$(localedir)\" \
$(NULL)
diff --git a/plugins/nintendo-ds/src/Makefile.am b/plugins/nintendo-ds/src/Makefile.am
index ce6fe65..de2174c 100644
--- a/plugins/nintendo-ds/src/Makefile.am
+++ b/plugins/nintendo-ds/src/Makefile.am
@@ -20,7 +20,7 @@ libgames_nintendo_ds_plugin_la_VALAFLAGS = \
libgames_nintendo_ds_plugin_la_CFLAGS = \
$(NINTENDO_DS_PLUGIN_CFLAGS) \
$(GNOME_GAMES_CFLAGS) \
- -DG_LOG_DOMAIN=\"GamesDesktop\" \
+ -DG_LOG_DOMAIN=\"GamesNintendoDS\" \
-DLOCALEDIR=\"$(localedir)\" \
$(NULL)
diff --git a/plugins/sega-saturn/src/Makefile.am b/plugins/sega-saturn/src/Makefile.am
index 924df6e..2354499 100644
--- a/plugins/sega-saturn/src/Makefile.am
+++ b/plugins/sega-saturn/src/Makefile.am
@@ -21,7 +21,7 @@ libgames_sega_saturn_plugin_la_VALAFLAGS = \
libgames_sega_saturn_plugin_la_CFLAGS = \
$(SEGA_SATURN_PLUGIN_CFLAGS) \
$(GNOME_GAMES_CFLAGS) \
- -DG_LOG_DOMAIN=\"GamesDesktop\" \
+ -DG_LOG_DOMAIN=\"GamesSegaSaturn\" \
-DLOCALEDIR=\"$(localedir)\" \
$(NULL)
diff --git a/plugins/wii/src/Makefile.am b/plugins/wii/src/Makefile.am
index d4a08bc..39f30cc 100644
--- a/plugins/wii/src/Makefile.am
+++ b/plugins/wii/src/Makefile.am
@@ -20,7 +20,7 @@ libgames_wii_plugin_la_VALAFLAGS = \
libgames_wii_plugin_la_CFLAGS = \
$(WII_PLUGIN_CFLAGS) \
$(GNOME_GAMES_CFLAGS) \
- -DG_LOG_DOMAIN=\"GamesDesktop\" \
+ -DG_LOG_DOMAIN=\"GamesWii\" \
-DLOCALEDIR=\"$(localedir)\" \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]