Stub out this message

This commit is contained in:
twinaphex 2017-06-27 18:19:26 +02:00
parent be98b0ea0b
commit ba71dda1b2

View File

@ -1400,7 +1400,10 @@ restart:
return -EPIPE; return -EPIPE;
goto restart; goto restart;
} }
#if 0
/* This tends to spam a lot */
RARCH_ERR("[TINYALSA]: Cannot write stream data.\n"); RARCH_ERR("[TINYALSA]: Cannot write stream data.\n");
#endif
return -1; return -1;
} }