Improve logging

This commit is contained in:
Maschell
2020-05-08 11:17:24 +02:00
parent 3fb7f80050
commit ccdc22c923
6 changed files with 43 additions and 135 deletions

View File

@@ -40,7 +40,6 @@ int main(int argc, char **argv) {
int test() {
WHBLogUdpInit();
log_init();
bool initNeeded = false;
if (pluginDataHeap == NULL) {
kernelInitialize();