From 7d55566e3a994892295531e309c6f2d9f6fda69d Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Tue, 19 Aug 2025 22:49:27 +0200 Subject: [PATCH] LOG is disabled apparently --- tools/rexm/rexm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index a55ca7ed0..36c57d128 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -756,7 +756,7 @@ int main(int argc, char *argv[]) // Scan available example .c files and add to collection missing ones // NOTE: Source of truth is what we have in the examples directories (on validation/update) - LOG("DEBUG: Examples directory exists: %i", DirectoryExists(exBasePath)); + TraceLog("DEBUG: Examples directory exists: %i", DirectoryExists(exBasePath)); FilePathList list = LoadDirectoryFilesEx(exBasePath, ".c", true); char *exList = LoadFileText(exCollectionFilePath);