Browse Source

[trac743] update a doxy message

Jelte Jansen 14 years ago
parent
commit
f5278f2ac4
2 changed files with 4 additions and 3 deletions
  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());
 }