Merge branch 'matthiasc/for-main' into 'main'

Fix the build

See merge request GNOME/gtk!7337
This commit is contained in:
Matthias Clasen 2024-06-03 19:16:22 +00:00
commit 67f61a8d39

View File

@ -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)