Fix DEBUGLOG check

This commit is contained in:
Somebody Whoisbored 2022-06-18 18:36:46 -07:00
parent 8bddc5622c
commit 0657047d9c
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ bool Logger::pingSocket() {
void tryInitSocket() {
__asm("STR X20, [X8,#0x18]");
#if DEBUGLOG
#ifdef DEBUGLOG
Logger::createInstance(); // creates a static instance for debug logger
#endif
}