[gnome-builder] log: add missing log domains



commit 0c0eb6919a0a612869fef15e94d2f9ad6cd1f79a
Author: Christian Hergert <christian hergert me>
Date:   Fri Apr 24 14:43:09 2015 -0700

    log: add missing log domains

 libide/gca/ide-gca-diagnostic-provider.c |    2 ++
 libide/gca/ide-gca-service.c             |    2 ++
 libide/ide-diagnostician.c               |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/libide/gca/ide-gca-diagnostic-provider.c b/libide/gca/ide-gca-diagnostic-provider.c
index 4c06d0b..15ed483 100644
--- a/libide/gca/ide-gca-diagnostic-provider.c
+++ b/libide/gca/ide-gca-diagnostic-provider.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "ide-gca-diagnostic-provider"
+
 #include <gca-diagnostics.h>
 #include <glib/gi18n.h>
 
diff --git a/libide/gca/ide-gca-service.c b/libide/gca/ide-gca-service.c
index 168a564..e0c69d2 100644
--- a/libide/gca/ide-gca-service.c
+++ b/libide/gca/ide-gca-service.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "ide-gca-service"
+
 #include <gca-service.h>
 #include <glib/gi18n.h>
 
diff --git a/libide/ide-diagnostician.c b/libide/ide-diagnostician.c
index 32c35be..9b9b859 100644
--- a/libide/ide-diagnostician.c
+++ b/libide/ide-diagnostician.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "ide-diagnostician"
+
 #include <glib/gi18n.h>
 
 #include "ide-diagnostic-provider.h"


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