[gnome-builder] highlight-index: use g_debug() instead of g_printerr()
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] highlight-index: use g_debug() instead of g_printerr()
- Date: Sat, 9 May 2015 20:09:34 +0000 (UTC)
commit 912daaeb370a15e64fb47a42d052eecdf6524aa1
Author: Christian Hergert <christian hergert me>
Date: Sat May 9 13:09:27 2015 -0700
highlight-index: use g_debug() instead of g_printerr()
Friendlier to logging.
libide/ide-highlight-index.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/libide/ide-highlight-index.c b/libide/ide-highlight-index.c
index 359315a..9ddd47e 100644
--- a/libide/ide-highlight-index.c
+++ b/libide/ide-highlight-index.c
@@ -138,9 +138,6 @@ ide_highlight_index_dump (IdeHighlightIndex *self)
g_assert (self);
format = g_format_size (self->chunk_size);
-
- g_printerr ("IdeHighlightIndex at %p\n"
- " Number of items in Index: %u\n"
- " String Chunk Size (Estimate): %s\n",
- self, self->count, format);
+ g_debug ("IdeHighlightIndex (%p) contains %u items and consumes %s.",
+ self, self->count, format);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]