play: do not print on watchdog thread

Signed-off-by: Mahyar Koshkouei <mk@deltabeard.com>
This commit is contained in:
Mahyar Koshkouei
2025-08-01 00:00:25 +01:00
parent 183b05aa06
commit c5d2650ea7
3 changed files with 6 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ struct errInfo_t
volatile int* error;
/* Extra information regarding error (Must be NULL if unused) */
volatile char* errstr;
//volatile char* errstr;
/* Event to trigger on error */
Handle* failEvent;