Browse Source

[3400] Space added in error message.

Tomek Mrugalski 11 years ago
parent
commit
20d77c81fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp6/kea_controller.cc

+ 1 - 1
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.");
         }