or, if already running, log an unrecoverable error. For ease of use in
specifying a custom file name simply omit the path portion from ``filename``.
-
.. note::
These commands do not replace the LFC mechanism; they should be used
/// @brief Test fixture
struct LegalLogMgrTest : ::testing::Test {
- /// @brief Construtor.
+ /// @brief Constructor.
LegalLogMgrTest() : legal_log_dir_env_var_("KEA_LEGAL_LOG_DIR") {
}
std::ostringstream os;
os << "'filename' parameter is invalid: invalid path specified:"
<< " '/tmp', supported path is '" << CfgMgr::instance().getDataDir() << "'";
-
}
TEST_F(Lease6CmdsTest, lease6AddMissingParams) {
/// @brief Validates a directory against a supported path.
///
- /// Used to validate a string that represents a directory that may 0or
+ /// Used to validate a string that represents a directory that may or
/// may not end with a "/" (i.e "/foo/bar", bar is assumed to be the
/// a directory, not a file.
///