Don't send a debug message when the device disconnects
commit81cf5bb684b4241e5fe0c5dff57b1ee5e7278ee9
authorChris Robinson <chris.kcat@gmail.com>
Wed, 2 Oct 2024 11:53:04 +0000 (2 04:53 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 2 Oct 2024 11:53:04 +0000 (2 04:53 -0700)
tree0f560dca8f6d0cecdfd801bdf8338133da4d2b40
parent2074082493c395294aeab5ad18eebe5c72e5ebb2
Don't send a debug message when the device disconnects

Debug messages should only be generated in response to calls by the app, rather
than asynchronous system events. It might be better to generate such a message
when an OpenAL function call detects the problem and deviates its behavior as a
result (e.g. starting a source and it becoming immediately AL_STOPPED because
the device is disconnected).
al/event.cpp
common/alstring.h