diff --git a/panda/src/gobj/texturePool.cxx b/panda/src/gobj/texturePool.cxx index 8513fc20a9..3e7b9efe05 100644 --- a/panda/src/gobj/texturePool.cxx +++ b/panda/src/gobj/texturePool.cxx @@ -796,7 +796,7 @@ load_filters() { string name = texture_filter.get_unique_value(i); Filename dlname = Filename::dso_filename("lib" + name + ".so"); - gobj_cat.info() + gobj_cat->info() << "loading texture filter: " << dlname.to_os_specific() << endl; void *tmp = load_dso(dlname); if (tmp == (void *)NULL) {