Note G_MESSAGES_DEBUG in README
authorRyan Lortie <desrt@desrt.ca>
Fri, 20 Jan 2012 03:13:51 +0000 (22:13 -0500)
committerRyan Lortie <desrt@desrt.ca>
Fri, 20 Jan 2012 03:13:51 +0000 (22:13 -0500)
README.in

index 8ae830b..6d53029 100644 (file)
--- 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
 =====================