mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[#101,!73] Addressed missed review items
This commit is contained in:
@@ -645,7 +645,7 @@ bool databaseConfigConnect(const SrvConfigPtr& srv_cfg) {
|
||||
|
||||
// Iterate over the configured DBs and instantiate them.
|
||||
for (auto db : config_ctl->getConfigDatabases()) {
|
||||
LOG_INFO(dhcp4_logger, DHCP4_ADDING_CONFIG_DB)
|
||||
LOG_INFO(dhcp4_logger, DHCP4_OPEN_CONFIG_DB)
|
||||
.arg(db.redactedAccessString());
|
||||
mgr.addBackend(db.getAccessString());
|
||||
}
|
||||
|
Reference in New Issue
Block a user