mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
Update debug message.
svn-id: r47351
This commit is contained in:
parent
62a2ede60b
commit
9458b8a81d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user