summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-04-14 03:59:22 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-04-14 03:59:22 +0000
commit1fbd7d8648f08028b8208a03ef7f8e1c8508f47a (patch)
tree18f104867fefe4497faa5424dfbe9a694d8782ef /ChangeLog
parentd7c2b96c3d9e82af6f723672d2bb12a96bc813e9 (diff)
downloadgconf-1fbd7d8648f08028b8208a03ef7f8e1c8508f47a.tar.gz
Use g_message for printing trace output, such that G_MESSAGES_PREFIXED=all
2009-04-13 Behdad Esfahbod <behdad@gnome.org> * gconf/gconf-client.c (trace): Use g_message for printing trace output, such that G_MESSAGES_PREFIXED=all can be used to print process name and id. svn path=/trunk/; revision=2840
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb9cde22..13b9b3ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-13 Behdad Esfahbod <behdad@gnome.org>
+
+ * gconf/gconf-client.c (trace): Use g_message for printing trace
+ output, such that G_MESSAGES_PREFIXED=all can be used to print process
+ name and id.
+
=========================== 2.26.0 ===========================
2009-03-16 Ray Strode <rstrode@redhat.com>