diff --git a/stepmania/src/arch/Sound/RageSoundDriver_ALSA9.cpp b/stepmania/src/arch/Sound/RageSoundDriver_ALSA9.cpp index bf372e40a3..906b5a2e9e 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_ALSA9.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_ALSA9.cpp @@ -244,7 +244,7 @@ try { /* We created at least one hardware buffer. */ LOG->Trace("Could only create %i buffers; need at least 8 (failed with %s). Hardware ALSA driver can't be used.", i, e.what()); - RageException::ThrowNonfatal("Driver unusable (not enough mixing streams)"); + RageException::ThrowNonfatal("Not enough substreams for hardware mixing, using software mixing"); } stream *s = new stream;