[gnome-builder] back-forward-list: add log domains



commit 7edd49df560a74dfb1f41e2a9cc6c8dfa197b31f
Author: Christian Hergert <chergert redhat com>
Date:   Thu May 5 10:22:49 2016 +0300

    back-forward-list: add log domains

 libide/ide-back-forward-list-load.c |    2 ++
 libide/ide-back-forward-list-save.c |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libide/ide-back-forward-list-load.c b/libide/ide-back-forward-list-load.c
index 7249f97..111a84d 100644
--- a/libide/ide-back-forward-list-load.c
+++ b/libide/ide-back-forward-list-load.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "ide-back-forward-list"
+
 #include <stdio.h>
 #include <stdlib.h>
 
diff --git a/libide/ide-back-forward-list-save.c b/libide/ide-back-forward-list-save.c
index 2a616d8..40d789b 100644
--- a/libide/ide-back-forward-list-save.c
+++ b/libide/ide-back-forward-list-save.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "ide-back-forward-list"
+
 #include "ide-back-forward-item.h"
 #include "ide-back-forward-list.h"
 #include "ide-back-forward-list-private.h"


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