if (!host)
{
- DBG1(DBG_LIB, "acquiring address from pool '%s' failed", pool);
+ DBG1(DBG_CFG, "acquiring address from pool '%s' failed", pool);
}
return host;
}
if (!found)
{
- DBG1(DBG_LIB, "releasing address to pool '%s' failed", pool);
+ DBG1(DBG_CFG, "releasing address to pool '%s' failed", pool);
}
}
if (!handled)
{
- DBG1(DBG_LIB, "handling %N attribute failed",
+ DBG1(DBG_CFG, "handling %N attribute failed",
configuration_attribute_type_names, type);
}
return handled;