]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1704] Fix comment describing the test in logger_lock_test.cc
authorMukund Sivaraman <muks@isc.org>
Fri, 1 Jun 2012 06:26:57 +0000 (11:56 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 1 Jun 2012 06:26:57 +0000 (11:56 +0530)
src/lib/log/tests/logger_lock_test.cc

index 4621bafba1318c00775696dc03eafe10cfb24896..d63989c8fb29b1023b70cb0ccb058c020a373844 100644 (file)
@@ -46,13 +46,12 @@ protected:
     }
 };
 
-/// \brief Test InitLogger
+/// \brief Test logger lock sequence
 ///
-/// A program used in testing the logger that initializes logging using
-/// initLogger(), then outputs several messages at different severities and
-/// debug levels.  An external script sets the environment variables and checks
-/// that they have the desired effect.
-
+/// A program used in testing the logger. It verifies that (1) an
+/// interprocess sync lock is first acquired by the logger, (2) the
+/// message is logged by the logger, and (3) the lock is released in
+/// that sequence.
 int
 main(int, char**) {
     initLogger();