From 70a2d889a45a65659f4d40404760558873cc946d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 14 Aug 2004 19:51:04 +0000 Subject: [PATCH] output cleanup --- stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp b/stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp index 20adf0583c..75f9fa16e8 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp @@ -236,9 +236,9 @@ RageSound_DSound::RageSound_DSound(): { /* We created at least one hardware buffer. */ LOG->Trace("Could only create %i buffers; need at least 8 (failed with %s). DirectSound driver can't be used.", i, e.what()); - RageException::ThrowNonfatal("Driver unusable (not enough hardware buffers)"); + RageException::ThrowNonfatal( "not enough hardware buffers available" ); } - RageException::ThrowNonfatal("Driver unusable (no hardware buffers)"); + RageException::ThrowNonfatal( "no hardware buffers available" ); } stream *s = new stream;