Skip to content

Commit 0abf6fb

Browse files
committed
Review update
1 parent 55405ee commit 0abf6fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/couchbase/controllerservices/CouchbaseClusterService.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ::couchbase::cluster_options CouchbaseClient::buildClusterOptions(std::string us
6161
}
6262

6363
if (!username.empty() && ssl_context_service && !ssl_context_service->getCertificateFile().empty()) {
64-
throw minifi::Exception(ExceptionType::PROCESS_SCHEDULE_EXCEPTION, "Username and password authentication or mTLS authentication using certificate defined in SSLConextService "
64+
throw minifi::Exception(ExceptionType::PROCESS_SCHEDULE_EXCEPTION, "Username and password authentication or mTLS authentication using certificate defined in SSLContextService "
6565
"linked service should be provided exclusively for Couchbase");
6666
}
6767

@@ -227,7 +227,7 @@ void CouchbaseClusterService::onEnable() {
227227
}
228228

229229
if ((username.empty() || password.empty()) && linked_services_.empty()) {
230-
throw minifi::Exception(ExceptionType::PROCESS_SCHEDULE_EXCEPTION, "Missing username and password or SSLConextService as a linked service");
230+
throw minifi::Exception(ExceptionType::PROCESS_SCHEDULE_EXCEPTION, "Missing username and password or SSLContextService as a linked service");
231231
}
232232

233233
minifi::controllers::SSLContextService* ssl_context_service_ptr = nullptr;

0 commit comments

Comments
 (0)