|
@@ -100,7 +100,7 @@ void configure(const std::string& file_name) {
|
|
if (rcode != 0) {
|
|
if (rcode != 0) {
|
|
string reason = "";
|
|
string reason = "";
|
|
if (comment) {
|
|
if (comment) {
|
|
- reason = string(" (") + comment->stringValue() + string(")");
|
|
|
|
|
|
+ reason = comment->stringValue();
|
|
}
|
|
}
|
|
LOG_ERROR(dhcp4_logger, DHCP4_CONFIG_LOAD_FAIL).arg(reason);
|
|
LOG_ERROR(dhcp4_logger, DHCP4_CONFIG_LOAD_FAIL).arg(reason);
|
|
isc_throw(isc::BadValue, "Failed to apply configuration: " << reason);
|
|
isc_throw(isc::BadValue, "Failed to apply configuration: " << reason);
|