From 6332994c269ae5613845a40cd798ffa2f1b86395 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 16 Aug 2013 12:15:00 +0100 Subject: [PATCH] drmtest: Squelch the rude interrupter Stop printing the debugging information of how many times we emitted a signal. --- lib/drmtest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/drmtest.c b/lib/drmtest.c index 98f4ac6..ac254ab 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -674,8 +674,10 @@ void igt_stop_signal_helper(void) } else return; +#if 0 if (sig_stat) fprintf(stdout, "signal handler called %llu times\n", sig_stat); +#endif sig_stat = 0; signal_helper = -1; -- 2.7.4