mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-24 02:16:03 +00:00
drmtest: Squelch the rude interrupter
Stop printing the debugging information of how many times we emitted a signal.
This commit is contained in:
parent
1b17cb9d04
commit
6332994c26
@ -674,8 +674,10 @@ void igt_stop_signal_helper(void)
|
|||||||
} else
|
} else
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (sig_stat)
|
if (sig_stat)
|
||||||
fprintf(stdout, "signal handler called %llu times\n", sig_stat);
|
fprintf(stdout, "signal handler called %llu times\n", sig_stat);
|
||||||
|
#endif
|
||||||
|
|
||||||
sig_stat = 0;
|
sig_stat = 0;
|
||||||
signal_helper = -1;
|
signal_helper = -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user