mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
Logging - demoting the Loading url.mp3 log messages to debug
This commit is contained in:
parent
b88ea69151
commit
c95c1374ad
@ -148,7 +148,7 @@ get_sound(const string &file_name, bool, int) {
|
|||||||
|
|
||||||
VirtualFileSystem *vfs = VirtualFileSystem::get_global_ptr();
|
VirtualFileSystem *vfs = VirtualFileSystem::get_global_ptr();
|
||||||
vfs->resolve_filename(path, get_model_path());
|
vfs->resolve_filename(path, get_model_path());
|
||||||
audio_info("Reading "<<path);
|
audio_debug("Reading "<<path);
|
||||||
audio_debug(" resolved file_name is '"<<path<<"'");
|
audio_debug(" resolved file_name is '"<<path<<"'");
|
||||||
|
|
||||||
PT(SoundData) sd;
|
PT(SoundData) sd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user