Update LogLevel
This commit is contained in:
@@ -11,7 +11,7 @@ int main(int argc, char** argv)
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
Logging::OpenLog();
|
Logging::OpenLog();
|
||||||
Logging::SetLogMask(Logging::Severity::Info);
|
Logging::SetLogMask(Logging::Severity::Warning);
|
||||||
|
|
||||||
INIReader iniReader("ToonBridge.ini");
|
INIReader iniReader("ToonBridge.ini");
|
||||||
if (iniReader.ParseError() != 0)
|
if (iniReader.ParseError() != 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user