- errorStr = "Error loading plugin '"
- + pluginFileName + "': '" + dlerror() + "'";
- printfd(__FILE__, "PLUGIN_LOADER::Load() - %s\n", errorStr.c_str());
+ errorStr = "Error loading plugin '" + pluginFileName + "': '" + dlerror() + "'";
+ printfd(__FILE__, "PLUGIN_RUNNER::Load() - %s\n", errorStr.c_str());