mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-18 14:00:15 +00:00
[#1621] fixed error message
This commit is contained in:
@@ -298,7 +298,7 @@ ReconnectCtl::onFailActionFromText(const std::string& text) {
|
||||
} else if (text == "server-retry-continue") {
|
||||
return (OnFailAction::SERVE_RETRY_CONTINUE);
|
||||
} else {
|
||||
isc_throw(BadValue, "Invalid action on failed connection recovery: " << text);
|
||||
isc_throw(BadValue, "Invalid action on connection loss: " << text);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user