Update LEGO1/omni/src/common/mxstring.cpp

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
Christian Semmler 2025-05-17 03:33:41 +02:00 committed by GitHub
parent aed95aed19
commit 630b70b9e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}