mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
info->warning
This commit is contained in:
parent
749de9301d
commit
7d0cfee7d4
@ -439,7 +439,7 @@ load_named_module(const string &name) {
|
||||
<< "loading display module: " << dlname.to_os_specific() << endl;
|
||||
void *handle = load_dso(get_plugin_path().get_value(), dlname);
|
||||
if (handle == (void *)NULL) {
|
||||
display_cat.info()
|
||||
display_cat.warning()
|
||||
<< "Unable to load: " << load_dso_error() << endl;
|
||||
return TypeHandle::none();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user