Files
gtk3/gdk/x11
Owen W. Taylor 93e203e067 Use g_warning() for X errors and X IO errors
Currently fprintf(stderr, ...) is used for X error and X IO errors
(unless compiled with debugging, in which case g_error() is used for
X errors.)

But if an application is redirecting log messages, we really want
X errors to appear in that same log, so it's better to use a g_logv()
variant.

Though g_warning() isn't really appropriate for "lost connection to the
server", G_LOG_LEVEL_INFO isn't part of the "prefixed log levels"
so will produce output without the application name and PID.

https://bugzilla.gnome.org/show_bug.cgi?id=630216
2010-09-21 00:30:46 -04:00
..
2010-09-20 16:40:14 -04:00
2009-04-02 10:15:30 +02:00
2010-05-25 18:38:44 -04:00
2010-05-25 18:38:44 -04:00
2010-06-07 06:16:21 -04:00
2010-09-20 16:40:14 -04:00
2010-07-10 02:21:31 +02:00
2010-09-17 00:18:20 -04:00
2010-09-08 18:51:44 -04:00
2010-09-20 23:40:21 -03:00
2010-09-17 00:18:20 -04:00
2010-09-18 18:19:27 -04:00
2010-07-10 02:21:31 +02:00
2010-08-10 21:02:29 +02:00
2007-05-23 17:49:34 +00:00