logging changed to spdlog

This commit is contained in:
d1str4ught
2025-09-22 04:14:59 +02:00
parent 37b15a7a98
commit 4f75aa1acd
201 changed files with 33830 additions and 637 deletions

View File

@@ -49,9 +49,11 @@ int thecore_init(int fps, HEARTFUNC heartbeat_func)
srandom(time(0) + getpid() + getuid());
srandomdev();
#endif
log_init();
signal_setup();
if (!log_init() || !pid_init())
if (!pid_init())
return false;
GOST_Init();