Add more new lines around GTK errors in the test suite
Try to make things a bit more readable.
This commit is contained in:
parent
c13e28ebfb
commit
643071fc77
1 changed files with 3 additions and 1 deletions
|
|
@ -416,10 +416,12 @@ wxTestGLogHandler(const gchar* domain,
|
|||
const gchar* message,
|
||||
gpointer data)
|
||||
{
|
||||
fprintf(stderr, "** GTK log message while running %s(): ",
|
||||
fprintf(stderr, "\n*** GTK log message while running %s(): ",
|
||||
wxGetCurrentTestName().c_str());
|
||||
|
||||
g_log_default_handler(domain, level, message, data);
|
||||
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
|
||||
#endif // __WXGTK__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue