Francis Dupont 10 years ago
parent
commit
64be5280b9
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/bin/dhcp4/main.cc

+ 3 - 2
src/bin/dhcp4/main.cc

@@ -152,8 +152,9 @@ main(int argc, char* argv[]) {
                 log_manager.process();
                 LOG_ERROR(dhcp4_logger, DHCP4_INIT_FAIL).arg(ex.what());
             } catch (...) {
-                // The exeption thrown during the initialization could originate
-                // from logger subsystem. Therefore LOG_ERROR() may fail as well.
+                // The exception thrown during the initialization could
+                // originate from logger subsystem. Therefore LOG_ERROR()
+                // may fail as well.
                 cerr << "Failed to initialize server: " << ex.what() << endl;
             }