forked from PretendoNetwork/Inkay
fix: bad debug prints
This commit is contained in:
parent
158c597aeb
commit
39dc7d8c8a
3 changed files with 4 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ WUPS_PLUGIN_LICENSE("GPLv3");
|
|||
WUPS_USE_STORAGE("inkay");
|
||||
|
||||
INITIALIZE_PLUGIN() {
|
||||
WHBLogModuleInit();
|
||||
WHBLogCafeInit();
|
||||
|
||||
Config::Init();
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ DEINITIALIZE_PLUGIN() {
|
|||
Inkay_Finalize();
|
||||
NotificationModule_DeInitLibrary();
|
||||
|
||||
WHBLogModuleDeinit();
|
||||
WHBLogCafeDeinit();
|
||||
}
|
||||
|
||||
ON_APPLICATION_START() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue