Give log channels fancier names
Improve LOG_CHANNEL macro to accept custom name.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
#define CAN_OVERCOMMIT
|
||||
#endif
|
||||
|
||||
LOG_CHANNEL(jit_log);
|
||||
LOG_CHANNEL(jit_log, "JIT");
|
||||
|
||||
static u8* get_jit_memory()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user