mm: replace some printfs with debug_log

This commit is contained in:
2025-06-23 23:47:29 +03:00
parent b769ac0a58
commit bfdd3b6b6a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ int printf(const char* __restrict, ...);
int putchar(int);
int puts(const char*);
#define KATAU_DEBUG
//#define KATAU_DEBUG
#ifdef KATAU_DEBUG
#define debug_log printf