mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Improve debugging printouts. When G_MAIN_POLL_DEBUG is defined, we check
2008-05-17 Tor Lillqvist <tml@novell.com> * glib/gmain.c: Improve debugging printouts. When G_MAIN_POLL_DEBUG is defined, we check for an environment variable of the same name to decide whether to print out debugging information or not. G_MAIN_POLL_DEBUG is always defined on Windows as there is more often a need to debug this stuff there. On Unix the definition has to be uncommented (or done on the compile command line). svn path=/trunk/; revision=6897
This commit is contained in:
committed by
Tor Lillqvist
parent
b9cf431b95
commit
2ded70ee94
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2008-05-17 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gmain.c: Improve debugging printouts. When
|
||||
G_MAIN_POLL_DEBUG is defined, we check for an environment variable
|
||||
of the same name to decide whether to print out debugging
|
||||
information or not. G_MAIN_POLL_DEBUG is always defined on Windows
|
||||
as there is more often a need to debug this stuff there. On Unix
|
||||
the definition has to be uncommented (or done on the compile
|
||||
command line).
|
||||
|
||||
2008-05-17 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* build: Don't include the "build" module with svn:externals any
|
||||
|
Reference in New Issue
Block a user