aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJohannes Schickel2010-01-17 23:09:40 +0000
committerJohannes Schickel2010-01-17 23:09:40 +0000
commit9458b8a81ddd753e0deb79c6c6e1253d58261d3f (patch)
tree9b335b5c9e90ea8f1173241719df6ea6137506b1 /sound
parent62a2ede60b60c4a013eab3614faa6faf76955ba6 (diff)
downloadscummvm-rg350-9458b8a81ddd753e0deb79c6c6e1253d58261d3f.tar.gz
scummvm-rg350-9458b8a81ddd753e0deb79c6c6e1253d58261d3f.tar.bz2
scummvm-rg350-9458b8a81ddd753e0deb79c6c6e1253d58261d3f.zip
Update debug message.
svn-id: r47351
Diffstat (limited to 'sound')
-rw-r--r--sound/audiostream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/audiostream.cpp b/sound/audiostream.cpp
index fb3c979b96..eff5278e1c 100644
--- a/sound/audiostream.cpp
+++ b/sound/audiostream.cpp
@@ -92,7 +92,7 @@ SeekableAudioStream *SeekableAudioStream::openStreamFile(const Common::String &b
delete fileHandle;
if (stream == NULL) {
- debug(1, "AudioStream: Could not open compressed AudioFile %s", basename.c_str());
+ debug(1, "SeekableAudioStream::openStreamFile: Could not open compressed AudioFile %s", basename.c_str());
}
return stream;