depend = plugin_feature_get_string(&provided->feature[i]);
if (soft)
{
- DBG2(DBG_LIB, "%*sfeature %s in plugin '%s' has unmet soft "
+ DBG3(DBG_LIB, "%*sfeature %s in plugin '%s' has unmet soft "
"dependency: %s", indent, "", provide, name, depend);
}
else
{
- DBG1(DBG_LIB, "feature %s in plugin '%s' has unmet dependency: "
+ DBG2(DBG_LIB, "feature %s in plugin '%s' has unmet dependency: "
"%s", provide, name, depend);
}
free(provide);
provide = plugin_feature_get_string(provided->feature);
if (provided->loading)
{ /* prevent loop */
- DBG2(DBG_LIB, "%*sloop detected while loading %s in plugin '%s'",
+ DBG3(DBG_LIB, "%*sloop detected while loading %s in plugin '%s'",
indent, "", provide, name);
free(provide);
return;
}
- DBG2(DBG_LIB, "%*sloading feature %s in plugin '%s'",
+ DBG3(DBG_LIB, "%*sloading feature %s in plugin '%s'",
indent, "", provide, name);
free(provide);