]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3400] Space added in error message.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 19 May 2014 13:31:42 +0000 (15:31 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 19 May 2014 13:31:42 +0000 (15:31 +0200)
src/bin/dhcp6/kea_controller.cc

index 7e42df9ede3e805beb1db9d7dac78c5afdcedfcb..a5b357dd85cd938fab926755bd385833b030b609 100644 (file)
@@ -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.");
         }