Parcourir la source

[3400] Space added in error message.

Tomek Mrugalski il y a 11 ans
Parent
commit
20d77c81fd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.");
         }