mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Merge branch 'matthiasc/for-main' into 'main'
Fix the build See merge request GNOME/gtk!7337
This commit is contained in:
commit
67f61a8d39
@ -66,7 +66,7 @@ log_writer_func (GLogLevelFlags level,
|
||||
message = fields[i].value;
|
||||
}
|
||||
|
||||
if (message != NULL && !g_log_writer_would_drop (level, domain))
|
||||
if (message != NULL && !g_log_writer_default_would_drop (level, domain))
|
||||
{
|
||||
const char *prefix;
|
||||
switch (level & G_LOG_LEVEL_MASK)
|
||||
|
Loading…
Reference in New Issue
Block a user