prevent multiple debug outputs in case of non-monolithic plugins

This commit is contained in:
Andreas Steffen
2011-02-20 15:18:36 +01:00
parent 07bda3feea
commit 1a9f2443a2
@@ -70,8 +70,6 @@ static status_t create_plugin(private_plugin_loader_t *this, void *handle,
constructor = dlsym(handle, create);
if (constructor == NULL)
{
DBG2(DBG_LIB, "plugin '%s': failed to load - %s not found", name,
create);
return NOT_FOUND;
}
if (integrity && lib->integrity)