2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#1074] minor changes

This commit is contained in:
Razvan Becheriu
2020-01-21 11:41:18 +02:00
parent d7a0e7f149
commit f15035adf8
2 changed files with 1 additions and 2 deletions

View File

@@ -2059,7 +2059,6 @@ PgSqlHostDataSourceImpl::createContext() const {
if (!ctx->is_readonly_) {
ctx->conn_.prepareStatements(tagged_statements.begin() + WRITE_STMTS_BEGIN,
tagged_statements.end());
} else {
LOG_INFO(dhcpsrv_logger, DHCPSRV_PGSQL_HOST_DB_READONLY);
}

View File

@@ -381,7 +381,7 @@ public:
/// integers. "first" is the major version number, "second" the
/// minor number.
///
/// @throw isc::dhcp::DbOperationError An operation on the open database
/// @throw isc::db::DbOperationError An operation on the open database
/// has failed.
virtual std::pair<uint32_t, uint32_t> getVersion() const;