From 7857c1a33f90af73ab7affbd0cc8328ba4bacd84 Mon Sep 17 00:00:00 2001 From: Alberto Fanjul Date: Sun, 1 Dec 2019 10:46:23 +0100 Subject: [PATCH] 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 . */ -#define G_LOG_DOMAIN "ide-doap" +#define G_LOG_DOMAIN "gitg" #include