When using software fallback, it seems that the qzInit call in qzCompress results in the following print, or something similar, every time qzCompress is called:
Error no hardware, switch to SW if permitted
g_process.qz_init_status = QZ_NO_HW
Can a change be made to only print once whenever the hardware status changes? That is, print the first time it looks like hardware is down, and keep probing silently but only print again when the hardware comes back up?
Thanks.
When using software fallback, it seems that the
qzInitcall inqzCompressresults in the following print, or something similar, every timeqzCompressis called:Can a change be made to only print once whenever the hardware status changes? That is, print the first time it looks like hardware is down, and keep probing silently but only print again when the hardware comes back up?
Thanks.