mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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;
|
<< "loading display module: " << dlname.to_os_specific() << endl;
|
||||||
void *handle = load_dso(get_plugin_path().get_value(), dlname);
|
void *handle = load_dso(get_plugin_path().get_value(), dlname);
|
||||||
if (handle == (void *)NULL) {
|
if (handle == (void *)NULL) {
|
||||||
display_cat.info()
|
display_cat.warning()
|
||||||
<< "Unable to load: " << load_dso_error() << endl;
|
<< "Unable to load: " << load_dso_error() << endl;
|
||||||
return TypeHandle::none();
|
return TypeHandle::none();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user