- missed changes

This commit is contained in:
2021-06-08 19:30:02 +03:00
parent ce9912dd8d
commit 61be61b7e3
10 changed files with 29 additions and 9 deletions

View File

@@ -41,6 +41,9 @@ LogLevel LogLevelHelper::parse(const std::string& t)
else
if (t == "special")
return LL_SPECIAL;
else
if (t == "media")
return LL_MEDIA;
throw std::runtime_error("Bad log param string value.");
}