From 630b70b9e8f44e8151f6874fbaf3c95b0a568ab1 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 17 May 2025 03:33:41 +0200 Subject: [PATCH] Update LEGO1/omni/src/common/mxstring.cpp Co-authored-by: Anonymous Maarten --- LEGO1/omni/src/common/mxstring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/omni/src/common/mxstring.cpp b/LEGO1/omni/src/common/mxstring.cpp index 8ddc6a86..c4a88924 100644 --- a/LEGO1/omni/src/common/mxstring.cpp +++ b/LEGO1/omni/src/common/mxstring.cpp @@ -217,7 +217,7 @@ void MxString::MapPathToFilesystem(char* p_path) } else if (j == 1) { SDL_strlcpy(&p_path[i - 1], file.GetData(), file.GetLength() + 1); - SDL_Log("Resolved file path to %s", p_path); + SDL_LogTrace("Resolved file path to %s", p_path); return true; } }