2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

[#1278] Addressed comments

This commit is contained in:
Francis Dupont 2020-06-19 12:20:51 +02:00
parent 3b739ada7e
commit 3aee8754b6

View 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