Logging - demoting the Loading url.mp3 log messages to debug

This commit is contained in:
Ken Patel 2010-09-27 22:24:19 +00:00
parent b88ea69151
commit c95c1374ad

View File

@ -148,7 +148,7 @@ get_sound(const string &file_name, bool, int) {
VirtualFileSystem *vfs = VirtualFileSystem::get_global_ptr();
vfs->resolve_filename(path, get_model_path());
audio_info("Reading "<<path);
audio_debug("Reading "<<path);
audio_debug(" resolved file_name is '"<<path<<"'");
PT(SoundData) sd;