refactor: More cleanup of the main file

This commit is contained in:
WerWolv
2024-02-11 13:46:06 +01:00
parent 27b5d13733
commit daf4e5cad6
9 changed files with 221 additions and 175 deletions

View File

@@ -86,7 +86,7 @@ namespace hex {
Plugin::~Plugin() {
if (isLoaded()) {
log::debug("Trying to unload plugin '{}'", getPluginName());
log::info("Trying to unload plugin '{}'", getPluginName());
}
#if defined(OS_WINDOWS)