[PATCH i-g-t] tests/i915_pm_rpm: Debug patch for gitlab#5174
Swati Sharma
swati2.sharma at intel.com
Wed Jul 20 12:19:40 UTC 2022
Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
lib/igt_core.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/igt_core.h b/lib/igt_core.h
index aa98e8ed8..f2b54e0ad 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -1207,7 +1207,7 @@ void igt_vlog(const char *domain, enum igt_log_level level, const char *format,
*
* Wrapper for igt_log() for message at the IGT_LOG_DEBUG level.
*/
-#define igt_debug(f...) igt_log(IGT_LOG_DOMAIN, IGT_LOG_DEBUG, f)
+#define igt_debug(f...) igt_log(IGT_LOG_DOMAIN, IGT_LOG_INFO, f)
/**
* igt_info:
--
2.25.1
More information about the Intel-gfx-trybot
mailing list