2
0
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:
Thomas Markwalder
2018-10-17 15:51:17 -04:00
parent 0be1868faa
commit 619abfd922
4 changed files with 8 additions and 8 deletions

View File

@@ -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());
}