summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-01-19 22:13:51 -0500
committerRyan Lortie <desrt@desrt.ca>2012-01-19 22:13:51 -0500
commit6784468625a77b3daa1247f2199bc11714cb4eca (patch)
treeb64007b1684935c47ed97b9089d875850eb9e78d /README.in
parentd683c201f93cdb3c98c4ee16b085f748d63df789 (diff)
Note G_MESSAGES_DEBUG in README
Diffstat (limited to 'README.in')
-rw-r--r--README.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.in b/README.in
index 8ae830b5d..6d5302975 100644
--- a/README.in
+++ b/README.in
@@ -63,6 +63,16 @@ Notes about GLib 2.32
on gthread-2.0.pc (if you care about compatibility with older GLib
versions) or to stop calling g_thread_init().
+* g_debug() output is no longer enabled by default. It can be enabled
+ on a per-domain basis with the G_MESSAGES_DEBUG environment variable
+ like
+
+ G_MESSAGES_DEBUG=domain1,domain2
+
+ or
+
+ G_MESSAGE_DEBUG=all
+
Notes about GLib 2.30
=====================