From 20d77c81fd13a41380acd1d6507901be1546c408 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Mon, 19 May 2014 15:31:42 +0200 Subject: [PATCH] [3400] Space added in error message. --- src/bin/dhcp6/kea_controller.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dhcp6/kea_controller.cc b/src/bin/dhcp6/kea_controller.cc index 7e42df9ede..a5b357dd85 100644 --- a/src/bin/dhcp6/kea_controller.cc +++ b/src/bin/dhcp6/kea_controller.cc @@ -61,7 +61,7 @@ ControlledDhcpv6Srv::init(const std::string& file_name) { try { if (file_name.empty()) { // Basic sanity check: file name must not be empty. - isc_throw(BadValue, "JSON configuration file not specified. Please" + isc_throw(BadValue, "JSON configuration file not specified. Please " "use -c command line option."); } -- GitLab