host = host_create_from_chunk(AF_UNSPEC, address, 0);
if (host)
{
- DBG1(DBG_LIB, "acquired existing lease for address %H in"
+ DBG1(DBG_CFG, "acquired existing lease for address %H in"
" pool '%s'", host, name);
return host;
}
host = host_create_from_chunk(AF_UNSPEC, address, 0);
if (host)
{
- DBG1(DBG_LIB, "acquired new lease for address %H in pool '%s'",
+ DBG1(DBG_CFG, "acquired new lease for address %H in pool '%s'",
host, name);
return host;
}
}
}
- DBG1(DBG_LIB, "no available address found in pool '%s'", name);
+ DBG1(DBG_CFG, "no available address found in pool '%s'", name);
return NULL;
}