[gnome-builder/wip/gtk4-port: 915/1774] build: fix various improper G_LOG_DOMAIN defines




commit 7f5857dd56567c11bfd564f9aa669549afc4ac1e
Author: Christian Hergert <chergert redhat com>
Date:   Sun May 8 12:29:01 2022 -0700

    build: fix various improper G_LOG_DOMAIN defines

 src/libide/code/ide-rename-provider.c       | 2 +-
 src/libide/lsp/ide-lsp-completion-results.c | 2 +-
 src/plugins/editor/gbp-editor-frame-addin.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libide/code/ide-rename-provider.c b/src/libide/code/ide-rename-provider.c
index 9f9cff717..f8be5c11f 100644
--- a/src/libide/code/ide-rename-provider.c
+++ b/src/libide/code/ide-rename-provider.c
@@ -18,7 +18,7 @@
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
-#define G_LOG_DOMAIN "ide-rename-provider.h"
+#define G_LOG_DOMAIN "ide-rename-provider"
 
 #include "config.h"
 
diff --git a/src/libide/lsp/ide-lsp-completion-results.c b/src/libide/lsp/ide-lsp-completion-results.c
index 6a8a21c96..30b53cdff 100644
--- a/src/libide/lsp/ide-lsp-completion-results.c
+++ b/src/libide/lsp/ide-lsp-completion-results.c
@@ -18,7 +18,7 @@
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
-#define G_LOG_DOMAIN "ide-lsp-completion-results.h"
+#define G_LOG_DOMAIN "ide-lsp-completion-results"
 
 #include "config.h"
 
diff --git a/src/plugins/editor/gbp-editor-frame-addin.c b/src/plugins/editor/gbp-editor-frame-addin.c
index 86b9ef2f3..cea1b39b1 100644
--- a/src/plugins/editor/gbp-editor-frame-addin.c
+++ b/src/plugins/editor/gbp-editor-frame-addin.c
@@ -18,7 +18,7 @@
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
-#define G_LOG_DOMAIN "gbp-editor-frame-addin.h"
+#define G_LOG_DOMAIN "gbp-editor-frame-addin"
 
 #include "config.h"
 


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