From: Francis Dupont Date: Fri, 19 Jun 2020 10:20:51 +0000 (+0200) Subject: [#1278] Addressed comments X-Git-Tag: Kea-1.7.9~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aee8754b6eb76501e5536be1a925e752fc60fe9;p=thirdparty%2Fkea.git [#1278] Addressed comments --- diff --git a/src/lib/testutils/log_utils.cc b/src/lib/testutils/log_utils.cc index 465ddd8976..d1f4ba96b1 100644 --- a/src/lib/testutils/log_utils.cc +++ b/src/lib/testutils/log_utils.cc @@ -112,7 +112,8 @@ void LogContentTest::addString(const string& new_string) { } // Set up the name of the LOG_FILE for use in checking -// the debug statements. MUST NOT be the same as test shell scripts! +// the debug statements. +// Must not be the same file name used by test shell scripts. const char *LogContentTest::LOG_FILE = "logtest.log"; } // end of isc::dhcp::test namespace