Up level for some logs to critical

This commit is contained in:
weko
2023-03-31 11:29:04 +00:00
parent a80aeb6715
commit 354a04f0f6
21 changed files with 95 additions and 94 deletions

View File

@@ -115,7 +115,7 @@ namespace client
try {
m_Service.run ();
} catch (std::exception& ex) {
LogPrint (eLogError, "I2PControl: Runtime exception: ", ex.what ());
LogPrint (eLogCritical, "I2PControl: Runtime exception: ", ex.what ());
}
}
}