summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/Src/AOSoundStream.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-03-23 20:55:32 +0000
committernakeee <nakeee@gmail.com>2009-03-23 20:55:32 +0000
commit7f66eaa694ce60d44402b95ee0bad21224c79506 (patch)
treebfc512a8a928e764410737fbefd2abe9eea04b86 /Source/Core/AudioCommon/Src/AOSoundStream.cpp
parent34c05f8e879e2aff3a7aff2d26b1a0aee64ac458 (diff)
Some clean up
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2743 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/AudioCommon/Src/AOSoundStream.cpp')
-rw-r--r--Source/Core/AudioCommon/Src/AOSoundStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/Src/AOSoundStream.cpp b/Source/Core/AudioCommon/Src/AOSoundStream.cpp
index e6402a5186..f584cb6636 100644
--- a/Source/Core/AudioCommon/Src/AOSoundStream.cpp
+++ b/Source/Core/AudioCommon/Src/AOSoundStream.cpp
@@ -33,7 +33,7 @@ void AOSound::SoundLoop()
device = ao_open_live(default_driver, &format, NULL /* no options */);
if (!device)
{
- PanicAlert("DSP_HLE: Error opening AO device.\n");
+ PanicAlert("AudioCommon: Error opening AO device.\n");
ao_shutdown();
Stop();
return;