Fix tests broken by new DEBUG logs (#12829)

This commit is contained in:
Benjamin Dauvergne 2019-09-09 13:30:26 +02:00
parent db7e25287a
commit 37a0fa6f8b
1 changed files with 1 additions and 2 deletions

View File

@ -103,8 +103,7 @@ fail_logger(const gchar *log_domain G_GNUC_UNUSED, GLogLevelFlags log_level,
level_name = "MESSAGE";
break;
case G_LOG_LEVEL_DEBUG:
level_name = "DEBUG";
break;
return;
default:
g_assert_not_reached();
}