mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
refactor: More cleanup of the main file
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user