[gitg] Avoid G_LOG_DOMAIN redefinition on contrib code



commit 7857c1a33f90af73ab7affbd0cc8328ba4bacd84
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Sun Dec 1 10:46:23 2019 +0100

    Avoid G_LOG_DOMAIN redefinition on contrib code

 contrib/ide/ide-doap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/contrib/ide/ide-doap.c b/contrib/ide/ide-doap.c
index 1bf05421..727d3e7c 100644
--- a/contrib/ide/ide-doap.c
+++ b/contrib/ide/ide-doap.c
@@ -16,7 +16,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#define G_LOG_DOMAIN "ide-doap"
+#define G_LOG_DOMAIN "gitg"
 
 #include <glib/gi18n.h>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]