spawn = pool->min - (pool->num + pool->pending);
extra = 0;
- ROPTIONAL(RINFO, INFO, "Need %i more connections to reach min connections (%i)", spawn, pool->min);
+ INFO("Need %i more connections to reach min connections (%i)", spawn, pool->min);
/*
* If we're about to create more than "max",
spawn = pool->max - (pool->num + pool->pending);
}
- ROPTIONAL(RINFO, INFO, "Need %i more connections to reach %i spares", spawn, pool->spare);
+ INFO("Need %i more connections to reach %i spares", spawn, pool->spare);
/*
* min < num < max