From: Tomek Mrugalski Date: Mon, 19 May 2014 13:31:42 +0000 (+0200) Subject: [3400] Space added in error message. X-Git-Tag: trac3434_base~32^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20d77c81fd13a41380acd1d6507901be1546c408;p=thirdparty%2Fkea.git [3400] Space added in error message. --- 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."); }