Parcourir la source

[trac743] update a doxy message

Jelte Jansen il y a 14 ans
Parent
commit
f5278f2ac4
2 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 3 2
      src/lib/config/ccsession.h
  2. 1 1
      src/lib/config/tests/run_unittests.cc

+ 3 - 2
src/lib/config/ccsession.h

@@ -164,8 +164,9 @@ public:
      * Note: the design decision on who is responsible for establishing the
      * session is in flux, and may change in near future.
      *
-     * \exception CCSessionInitError when the given spec_file_name cannot
-     *            be read successfully
+     * \exception CCSessionInitError when the initialization fails,
+     *            either because the file cannot be read or there is
+     *            a communication problem with the config manager.
      *
      * @param command_handler A callback function pointer to be called when
      * a control command from a remote agent needs to be performed on the

+ 1 - 1
src/lib/config/tests/run_unittests.cc

@@ -23,6 +23,6 @@ main(int argc, char* argv[]) {
     // (this is the call we want in master, but branch point does not
     // have this yet)
     //isc::log::initLogger();
-    
+
     return (RUN_ALL_TESTS());
 }