From: Lyude Paul <[email protected]>

Signed-off-by: Lyude Paul <[email protected]>
Cc: Martin Peres <[email protected]>
Cc: Jeremy Cline <[email protected]>
---
 lib/igt_aux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/igt_aux.c b/lib/igt_aux.c
index 1217f5e8..0ab51124 100644
--- a/lib/igt_aux.c
+++ b/lib/igt_aux.c
@@ -997,7 +997,7 @@ void igt_debug_wait_for_keypress(const char *var)
            !strstr(igt_interactive_debug, "all"))
                return;
 
-       igt_info("Press any key to continue ...\n");
+       igt_info("Hit interactive debug var %s, press any key to 
continue...\n", var);
 
        tcgetattr ( STDIN_FILENO, &oldt );
        newt = oldt;
-- 
2.29.2

_______________________________________________
Nouveau mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to