mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
lib: warning messages should be sent to stderr
This is a regression from commit df11a0f (lib: add a critical warning level). Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
bef692d9f3
commit
a228223ffa
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user