]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1278] Addressed comments
authorFrancis Dupont <fdupont@isc.org>
Fri, 19 Jun 2020 10:20:51 +0000 (12:20 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 19 Jun 2020 10:21:20 +0000 (12:21 +0200)
src/lib/testutils/log_utils.cc

index 465ddd8976ccf94ad6b92a96bc14c8fa7ed5757f..d1f4ba96b13ae14ea43ea0cc20b8dd392f76a61c 100644 (file)
@@ -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