diff --git a/lib/igt_core.c b/lib/igt_core.c index 7b47b32b..2692fe4e 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -1522,7 +1522,7 @@ void igt_vlog(const char *domain, enum igt_log_level level, const char *format, return; } - if (level > IGT_LOG_WARN) { + if (level >= IGT_LOG_WARN) { file = stderr; fflush(stdout); }