summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2020-12-11 20:32:50 +0100
committerMarcin Siodelski <marcin@isc.org>2020-12-11 20:37:59 +0100
commit4c654fc724d58def52535167af087f5d2f30de8f (patch)
tree695a7df7c0676d4c4e96873ea371207528ab54a8 /src
parent[#692] Addressed review comments (diff)
downloadkea-4c654fc724d58def52535167af087f5d2f30de8f.tar.xz
kea-4c654fc724d58def52535167af087f5d2f30de8f.zip
[#692] Added a comment per review comments
Diffstat (limited to 'src')
-rw-r--r--src/lib/database/database_connection.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/database/database_connection.cc b/src/lib/database/database_connection.cc
index b3225f6558..6ce1f8504a 100644
--- a/src/lib/database/database_connection.cc
+++ b/src/lib/database/database_connection.cc
@@ -90,6 +90,7 @@ DatabaseConnection::parse(const std::string& dbaccess) {
}
}
} catch (const std::exception& ex) {
+ // We'd obscure the password if we could parse the access string.
DB_LOG_ERROR(DB_INVALID_ACCESS).arg(dbaccess);
throw;
}