diff --git a/panda/src/display/graphicsPipeSelection.cxx b/panda/src/display/graphicsPipeSelection.cxx index 6952f8f01f..8966e299ec 100644 --- a/panda/src/display/graphicsPipeSelection.cxx +++ b/panda/src/display/graphicsPipeSelection.cxx @@ -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(); }