From: Mukund Sivaraman Date: Fri, 1 Jun 2012 06:26:57 +0000 (+0530) Subject: [1704] Fix comment describing the test in logger_lock_test.cc X-Git-Tag: trac2351_base~226^2~60^2^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c0e6f80265bb516f5f965eea9b0edac781cbdea;p=thirdparty%2Fkea.git [1704] Fix comment describing the test in logger_lock_test.cc --- diff --git a/src/lib/log/tests/logger_lock_test.cc b/src/lib/log/tests/logger_lock_test.cc index 4621bafba1..d63989c8fb 100644 --- a/src/lib/log/tests/logger_lock_test.cc +++ b/src/lib/log/tests/logger_lock_test.cc @@ -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();