Skip to content

Commit

Permalink
AudioServer: Set the mixer thread name to "AudioServer[mixer]"
Browse files Browse the repository at this point in the history
  • Loading branch information
ADKaster authored and awesomekling committed Dec 8, 2019
1 parent 0b38a55 commit f67d007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Servers/AudioServer/ASMixer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ASMixer::ASMixer()
, m_sound_thread([this] {
mix();
return 0;
})
}, "AudioServer[mixer]")
{
if (!m_device->open(CIODevice::WriteOnly)) {
dbgprintf("Can't open audio device: %s\n", m_device->error_string());
Expand Down

0 comments on commit f67d007

Please sign in to comment.